public static void Main()
Console.WriteLine("How old are you? this is for validity to know if you're allowed to vote or not.");
grade = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("You are allowed to vote");
Console.WriteLine("You are not allowed to vote, you are a minor");