public static void Main()
Console.WriteLine("Write a number. If it is even, I'll show you the next 10 consecutive numbers. If it is ood, I'll show you the next 5 numbers.");
e = int.Parse(Console.ReadLine());
for (int x = 1; x <= 10; x++)
for (int x = 1; x <= 5; x++)