13
1
using System;
2
3
public class Program
4
{
5
public static void Main()
6
{
7
double d1 = 12345678912345.5d;
8
double d2 = 1.123456789123456d;
9
10
Console.WriteLine(d1);
11
Console.WriteLine(d2);
12
}
13
}
Cached Result
Enter the Employee ID =
>