public static void Main()
Console.WriteLine("Write a number from 1-10 and I'll tell you if it is odd or even ");
x = int.Parse(Console.ReadLine());
Console.WriteLine(" The number is out of range, please start again");
Console.WriteLine(" The number is even");
Console.WriteLine(" The number is odd");
Console.WriteLine("Write a number from 1-10 and I'll tell you if it is odd or even ");
CK = int.Parse(Console.ReadLine());
Console.WriteLine(" The number is odd");
Console.WriteLine("The number is even");
Console.WriteLine("Out of range,please start again");