public static void Main()
Console.WriteLine("Don´t try to stop me you know what i want, exactly a number between 1-10, now give it");
x = int.Parse(Console.ReadLine());
Console.WriteLine("The number is out of range, start again.");
Console.WriteLine("The number is even");
Console.WriteLine("The number is odd");
Console.WriteLine("C'mon i don't have time to say hi give a number between 1-10 and i will say you if it is even or odd");
a = int.Parse(Console.ReadLine());
Console.WriteLine("Is Odd, bye");
Console.WriteLine("Is Even, bye");