Question: Write a C + + program to calculate the statistics of student marks. There are 1 0 student marks stored in a floating - point

Write a C++ program to calculate the statistics of student marks. There are 10 student
marks stored in a floating-point array of type double: ,
78.0,70.0,72.5,85.5,90.5,73.0. Use a function to calculate the mean of the
student marks based on the equation as follows:
=i=1NxiN
Use another function to calculate the standard deviation of the marks based on
the equation as follows:
=i=1N(x-)2N2
Return the final results of the calculation to the main function to be printed out.
 Write a C++ program to calculate the statistics of student marks.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!