public static void Main()
Console.WriteLine("Enter villager's age:");
int age = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("The villager is eligible for vaccination");
Console.WriteLine("The villager is not eligible for vaccination");
Console.WriteLine("The villager is in the below 60 age range");