public static void Main()
Console.WriteLine("Please enter your age");
age = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("You are allowed to vote");
Console.WriteLine("You are now in the legal age and you can now vote");
Console.WriteLine("You are still a minor and you are not allowed to vote yet");