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