Question: IN C++ Create a program to calculate grades as well as descriptive statistics for a set of test scores. The test scores can be entered

 IN C++ Create a program to calculate grades as well as

IN C++

Create a program to calculate grades as well as descriptive statistics for a set of test scores. The test scores can be entered via a user prompt or through an external file. For each student, you need to provide a student name (string) and a test score (float). The program will do the followings: - Assign a grade (A, B, C, D, or F) based on a student's test score. - Display the grade roster as shown below: - Calculate the following descriptive statistics (as shown below) Number of students in the class Average score Maximum score Minimum score The program must use A loop structure (for-loop, while-loop, or do-while-loop) Conditional processing (if-then-else) Arrays or vectors The assignment (.cpp and .h files) must be submitted through the John Jay College blackboard

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!