15
1
using System;
2
3
public class Program
4
{
5
public static void Main()
6
{
7
decimal Getal = 9.5m;
8
DateTime Datum = new DateTime(2017, 9, 1); //1 september 2017
9
string Resultaat;
10
11
Resultaat = "";
12
13
Console.WriteLine(Resultaat);
14
}
15
}
Cached Result