double mean (int scores[], int numberOfStudents);
double standardDeviation (int scores[], int numberOfStudents);
perform the following task by using above function:
1.find maximum
2.find 2nd maximum
3.find minimum
4.find mean
5.find standard deviation
6.display scores
7.read a new set of scores
8.exit program