public static void Main()
Console.WriteLine("Hello World");
float myPreciseFLoat = 3.141592f;
double myDouble = 3.141D;
double myPreciseDouble = 3.141592653597431D;
string myString = "Hello World";
double myIntToDouble = myInt2;
Console.WriteLine(myInt2);
Console.WriteLine(myIntToDouble);
int myPiInt = (int) myPi;
Console.WriteLine(mPiInt);
Console.WriteLine(Convert.ToString(myInt2));