“Eps” (Problem)
What will the following code display?
Console.WriteLine("0.1 + 0.2 {0} 0.3",
0.1 + 0.2 == 0.3 ? "==" : "!=");
Last updated
Was this helpful?
What will the following code display?
Console.WriteLine("0.1 + 0.2 {0} 0.3",
0.1 + 0.2 == 0.3 ? "==" : "!=");
Last updated
Was this helpful?