public static void Main()
string age = Console.ReadLine();
{ Console.WriteLine("I'm sorry, you are not allowed to drive.");
else if (age >= 16 && age <=18)
{ Console.WriteLine("Go take your road test!");
else if (age > 18 && age <= 85)
{ Console.WriteLine("You should probably have a driver's license... unless you live in a city...");
{ Console.WriteLine( "That's weird.. How old are you? ");