Question: Create a student CPA average calculator. The program should prompt the user to enter up to 30 GPAs, which are stored in a single-dimension array.

Create a student CPA average calculator. The program should prompt the user to enter up to 30 GPAs, which are stored in a single-dimension array. Each time the user enters a CPA, he should have the option to calculate the current GPA average or enter another CPA. Sample data for this program is shown here: CPA: 3.5 CPA: 2.8 CPA: 3.0 CPA: 2.5 CPA: 4.0 CPA: 3.7 CPA Average: 3.25
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
