#ifndef ARRAY_EX_H #define ARRAY_EX_H const int MAXSTUDENTS = 10; int getScores(int scores[]); double mean (int scores[], int numStudents); #endif