public static void Main()
Console.WriteLine("x is greater than y");
Console.WriteLine("y is greater than x");
Console.WriteLine("All conditions are met.");
Console.WriteLine("Conditions are not met.");
string a = (m < n) ? "x is less than y" : "x is greater than y";
game = Console.ReadLine();
int num = Convert.ToInt16(game);
Console.WriteLine("Football");
Console.WriteLine("Basketball");
Console.WriteLine("Volleyball");
Console.WriteLine("Boxing");
Console.WriteLine("Wrestling");
for (int t = 0; t < 10; t++)