public static void Main()
Console.WriteLine("Hi, what is your name? ");
reply0 = Console.ReadLine();
Console.WriteLine("Nice to meet you " + reply0 + ", how old are you?");
reply1 = Console.ReadLine();
Console.WriteLine("I want to test your knowledge! Here's the question: There are 6 apples. If you took away 4, how many do you have?");
answer0 = int.Parse(Console.ReadLine());
Console.WriteLine("You are a disappointment! You have the 4 you just took! I don't want to see you again, turn the computer off now!");
Console.WriteLine("You are smart! You got my attetion! Let's proceed to the next Stage");