public static void Main()
double[] tomb = { 10, 20, 30, 20, 40, 50, 20, 5 };
for (int i = 0; i < tomb.Length/2; i++)
for (int i = tomb.Length/2; i < tomb.Length; i++)
Console.WriteLine("A legkisebb szám a jobb oldalon helyezkedik el!");
Console.WriteLine("A legkisebb szám a bal oldalon helyezkedik el!");