public static void Main()
Console.WriteLine("Hello, please give me a number between 1-20. If it is even, I'll give you the next 5 numbers and if it's odd, the next 10 numbers.");
num = int.Parse(Console.ReadLine());
Console.WriteLine("This number is out of range. Please try again!");