public static void Main()
int[] thisArray = { 10, 99, 55, 33, 22, 16, 18};
foreach (int element in thisArray)
avg = sum/thisArray.Length;
Console.WriteLine("The average is: " + avg);
for(int i = 1; i < thisArray.Length; i++)
Console.WriteLine("The minimum of this array is: " + min);
for (int x = 1; x <= 10; x++)