public static void Main()
Console.WriteLine("How old are you?");
int age = Convert.ToInt32(Console.ReadLine());
Console.WriteLine ("That's too bad you will have to wait a couple of years."); }
Console.WriteLine ("Uff, barely made it!"); }
Console.WriteLine ("You are allowed to enter!");