public static void Main()
Console.WriteLine("Введите первое число");
string x1 = Console.ReadLine();
Console.WriteLine("Введите второе число");
string x2 = Console.ReadLine();
Console.WriteLine("Введите третье число");
string x3 = Console.ReadLine();
Console.WriteLine("Введите четвертое число");
string x4 = Console.ReadLine();
Console.WriteLine("Наибольшие число равно");
Console.WriteLine("Наименьшие число равно");