public static void Main()
Console.WriteLine("The sum of every integer to 50 is {0}", sum50);
Console.WriteLine("Want me to prove it? enter y or n");
string proveIt = Console.ReadLine();
if (proveIt == "y" || proveIt == "Y")
Console.Write("Sum = {0} + {1} = ", sum50.ToString().PadLeft(4), i.ToString().PadRight(2));