public static void Main()
Console.WriteLine("Please Enter your name: ");
int x = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("Please Enter your name: ");
int y = Convert.ToInt32(Console.ReadLine());
Console.WriteLine(x + " is larger than " + y);