public static void Main()
Console.WriteLine("Welcome to the Einstein IQ Test");
Console.WriteLine("In this test you will be asked to answer only one question:");
string words = "cat pet rat";
Console.WriteLine("Type out following words: " + words);
string answer = Console.ReadLine();
Console.WriteLine("Congrats! Your performance in the Einstein IQ Test does not suggest, that you're mentally disabled.");
Console.WriteLine("Your estimated IQ: >75");
Console.WriteLine("You may be mentally disabled.");
Console.WriteLine("Your estimated IQ: <75");