public static void Main()
Console.WriteLine("what is the name of your first-grade Elementary school?");
Console.WriteLine("What is the name of your current school?");
Console.WriteLine("How old are you?");
Console.WriteLine("+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++");
Console.WriteLine("You are currently " + c + " years old.");
Console.WriteLine("Your first-grade school was named " + a + " .");
Console.WriteLine("You currently go to " + b + ".");
Console.WriteLine("+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++");