public static void Main()
Console.WriteLine("Welcome to the Philippine Elections 2022!");
Console.WriteLine("Kindly enter your age: ");
age = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("You are permitted to vote");
Console.WriteLine("Yay! You are now in the legal age to vote for the elections!");
Console.WriteLine("Error, you are still a minor and you cannot vote yet");