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

Recommended Answers

All 2 Replies

Yes, you can write a C++ program to do all that.

Oh, I mean YOU can write it, we won't.

Please read the sticky threads explaining how to get help here.

commented: Well said! +19

************************************************

commented: That's right - go away and fail somewhere else as well -4
commented: what is this? +0
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.