public static void Main()
Console.WriteLine("Diu un nombre");
Console.WriteLine("Diu un altre nombre");
b = int.Parse(Console.ReadLine());
Console.WriteLine("el nombre " + a + " és major");
Console.WriteLine("el nombre " + b + " és major");
Console.WriteLine("els nombres " + b + " i " + a + " són iguals");