public static void Main()
Console.WriteLine("Program to identify if, if-else");
Console.WriteLine("If you want to vote, you need to be over 18 years old.");
Console.WriteLine("\nInsert your age");
var A = Console.ReadLine();
int A1 = Convert.ToInt32(A);
Console.WriteLine("\nYou can vote");
Console.WriteLine("\nYou need to wait more");