public static void Main()
Console.WriteLine("Enter your age");
age = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("You are now allowed to vote !! do it wisely !");
Console.WriteLine("You are allowed to vote !!");
Console.WriteLine("You are not allowed to vote, but please stay aware !");