public static void Main()
Console.WriteLine("Введіть перше число");
string A1 = Console.ReadLine();
X1 = Convert.ToInt32(A1);
Console.WriteLine("Введіть друге число");
string A2 = Console.ReadLine();
X2 = Convert.ToInt32(A2);
{ Console.WriteLine("БІЛЬШЕ");}
{Console.WriteLine("МЕНШЕ");}
else {Console.WriteLine("ЦІ ЧИСЛА ОДНАКОВІ");}