public static void Main()
Console.WriteLine("Please write a number");
x = int.Parse(Console.ReadLine());
Console.WriteLine("Please write a number higher than the first number");
y = int.Parse(Console.ReadLine());
Console.WriteLine("Please write again the second number");
y = int.Parse(Console.ReadLine());
Console.WriteLine("Thanks");