double result = Convert.ToDouble(7) - 5.3;if (result == 1.7)Console.WriteLine("No Bug");elseConsole.WriteLine("WHAT!!!!!!!!");Console.ReadLine();
Test it and post me in comment what result did you get.
Of Programming, Tweaks and everything!
double result = Convert.ToDouble(7) - 5.3;if (result == 1.7)Console.WriteLine("No Bug");elseConsole.WriteLine("WHAT!!!!!!!!");Console.ReadLine();