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