Загрузка данных
for (int i = 0; i < size; i++) { Console.Write($"Введите элемент {i + 1}: "); numbers[i] = int.Parse(Console.ReadLine()); }