public static void Main()
Console.WriteLine("Hello! Can you give me a number please? If it is ODD ill tell you the next 5 numbers, but if its EVEN, ill tell you the next 10");
num = int.Parse(Console.ReadLine());
for(int i = num; i <= num+9; i++)
for (int i = num; i <= num+4; i++)