Question
Write a complete C++ program to calculate the average grade for a student. Display a prompt on the monitor ask a user: How many grades
Write a complete C++ program to calculate the average grade for a student. Display a prompt on the monitor ask a user: How many grades do you want to process? . After user has entered how many grades he/she wants to process, create a loop that will allow the user to enter his/her grades ( grades should be in the range of 0 to 100, Your program should validate that grades entered are in the range of 0 to 100 and reject grades that are not in this range). After user has entered all of his/her grades your program should calculate the average grades and display the average grades along with the Median, and Standard Deviation of the grades, Display the sorted grades, and Display a graph of the statistics. Make sure that you use the standard deviation which divides the deviation by the number of grades.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started