public static void Main()
Console.WriteLine("Введіть перше число");
int a=int.Parse(Console.ReadLine());
Console.WriteLine("Введіть друге число");
int b=int.Parse(Console.ReadLine());
Console.WriteLine("Введіть третье число");
int c=int.Parse(Console.ReadLine());
Console.WriteLine("Більшим є перше число");
else Console.WriteLine("Більшим є друге число");
Console.WriteLine("Більшим є друге число");
else Console.WriteLine("Більшим є третье число");