public static void Main()
Console.WriteLine("The average mark is 63.");
string[] StudentNames = new string[]{"Chloe", "Kacper", "Dominic", "Tom", "Callum", "Melissa", "Bradley", "Flavio"};
for (int i = 0; i < mark.Length; i++)
Console.WriteLine("{0} Scored {1} marks which is the average.", StudentNames[i], mark[i]);
Console.WriteLine("{0} Scored {1} marks which is below the average.", StudentNames[i], mark[i]);
Console.WriteLine("{0} Scored {1} marks which is above the average.", StudentNames[i], mark[i]);
Console.WriteLine("{0} Students had marks above the average mark.", Above);
Console.WriteLine("{0} Students had marks below the average mark.", Below);
Console.WriteLine("{0} Students had marks equals the average mark.", Equal);