Question: Design the logic for a program that has two parts. The user enters 15 test scores (values between 1-100) that are stored in an array.
Design the logic for a program that has two parts.
- The user enters 15 test scores (values between 1-100) that are stored in an array.
- The program uses the array to compute and output the following statistics
- minimum
- maximum
- the average must be an accumulator
Consider using a loop.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
