Question: Objectives: Array Manipulations Initializing an Array Loading an Array Summation of an Array Unloading (printing an Array) Write an interactive program to prompt and enter
Objectives: Array Manipulations
Initializing an Array
Loading an Array
Summation of an Array
Unloading (printing an Array)
Write an interactive program to prompt and enter scores for 13 students. Then have computer to calculate and print out scores and class average. Similar program is in your textbook.
The program must produce the following Output:
Please enter number of students in this class: 13
Enter a grade: 67
Enter a grade: 92
.
.
.
.
.
.
.
Enter a grade: 76
The scores were entered are: 67 92 76
The class average for this test is : 72.92
DATA for the program: 67, 92, 88, 77, 50, 62, 90, 92, 68, 79, 85, 45, 98
This program for C++
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
