public static void Main()
Console.WriteLine("Hi! Write a number from 1-20 and I'll tell you the next 10 numbers if it is odd or the next 5 if it is even.");
x = int.Parse(Console.ReadLine());
Console.WriteLine("The number is out of range, please start again.");