public static void Main()
Console.WriteLine("+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++");
Console.WriteLine("I have ran my program and obtained the following:");
Console.WriteLine("The variable a is " + a + ", b is " + b + ", c is " + c + ", d is " + d + ", e is " + e + ", and f is " + f + ".");
Console.WriteLine("+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++");