public static void Main()
Console.WriteLine("Please input your age: ");
age = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("Hello! You have the right and power to vote if your in legal age. Please vote wisely, thank you!");
Console.WriteLine("Hello! Sorry, but you aren't yet have the right and power to vote if your still in minor age. Thank you!");