public static void Main()
Console.WriteLine("entrez un nombre entier");
int xx = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("entrez un autre nombre entier");
int yy = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("Le nombre " + xx + " est le plus grand" );
{Console.WriteLine("Le nombre " + yy + " est le plus grand" );