public static void Main()
double a = double.PositiveInfinity;
Console.WriteLine("You can get this result when you divide floats by zero: " + a);
Console.WriteLine("You can get this result when you imposible math like Infinity/Inifinity: " + b);
Console.WriteLine( "See? C =" + c );