public static void Main()
Console.WriteLine("Write a number from 1-10 and i will tell you if it's a even or odd number.");
NUM = int.Parse(Console.ReadLine());
Console.WriteLine("It's an even number");
Console.WriteLine("It's an odd number");
Console.WriteLine("HEY, PLEASE FOLLOW THE INSTRUCTION, ONLY NUMBERS FROM 1-10! ");