public static void Main()
Console.WriteLine("Can you give me a number from 1 to 10 and the numbers ");
kit = int.Parse(Console.ReadLine());
Console.WriteLine("The number is odd");
Console.WriteLine("The number is even");
Console.WriteLine("Your number is out of the range,Try again");