public static void Main()
int.TryParse(Console.ReadLine(), out age);
Console.WriteLine("You can drive, vote and drink (but not at the same time)");
Console.WriteLine("You can drive and vote");
Console.WriteLine("You can drive");
Console.WriteLine("Soon!");