public static void Main()
Console.WriteLine("Welcome");
Console.WriteLine("Give me a number");
web = int.Parse(Console.ReadLine());
Console.WriteLine("Give me another number");
wef = int.Parse(Console.ReadLine());
Console.WriteLine("First number is highst than the second one ");
Console.WriteLine("Second number is highst than the first one ");
Console.WriteLine("start again because the numbers are equal. ");