using System; namespace Rextester { public class Program { public static void Main(string[] args) { int a, b; Console.WriteLine ("Введіть перше число:"); a = Convert.ToInt32 (Console.ReadLine ()); Console.WriteLine ("Введіть друге число:"); b = Convert.ToInt32 (Console.ReadLine ()); if (a>b) Console.WriteLine ("Перше число більше від другого"); else if (a