13
1
using System;
2
3
public class Program
4
{
5
public static void Main()
6
{
7
double Getal;
8
9
Getal = Math.E;
10
11
Console.WriteLine(Getal);
12
}
13
}
Cached Result
2.71828182845905