public static void Main()
Console.WriteLine("Please enter your age");
age = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("You have entered an age greater than 18");
Console.WriteLine("You have entered an age equal to 18");
Console.WriteLine("You have entered an age less than 18");