using System;
public class Program
{
public static void Main()
int [] numbers= new int [10];
for (int i=0
}