public static void Main()
Console.WriteLine("Hi, I am gonna show you some numbers from 1-100. If you want the even numbers press 1, or if you want the odd numbers press 2.");
A=int.Parse(Console.ReadLine());
for(int i = 1; i <= 100; i++)
for(int i = 1; i <= 100; i++)