Write a program by declaring a one-dimensional array that


Write a program by declaring a one-dimensional array that could be used to hold data for the grades (int type) of 10 students. The program will prompt the user for the numeric grades (on the scale of 1 to 100) and finally will show: the average (double), minimum (int), maximum (int) and standard deviation (double) of the grades of 10 students. You must write a function for each of calculating the average, maximum, minimum and standard deviation.

Request for Solution File

Ask an Expert for Answer!!
Programming Languages: Write a program by declaring a one-dimensional array that
Reference No:- TGS0143792

Expected delivery within 24 Hours