public static void Main()
Console.WriteLine("Hello, do you want to see the even or odd numbers?");
Console.WriteLine("If you want the even numbers press 1, if you want the odd numbers press 2.");
n = int.Parse(Console.ReadLine());
for (int i = 2; i <= 100; i++)
for (int i = 1; i <= 100; i++)