public static void Main()
Console.WriteLine("Give me a number");
x=int.Parse(Console.ReadLine());
Console.WriteLine("Give me a number higher than the first one");
y=int.Parse(Console.ReadLine());
Console.Write("It´s wrong, try again");
x=int.Parse(Console.ReadLine());
Console.WriteLine("Please,Give me a number higher than the first one ");
y=int.Parse(Console.ReadLine());