Question: Practice: array minimum, maximum and average Design the logic for a program that has two parts. The user enters 15 test scores (values between 1-100)
Practice: array minimum, maximum and average
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 outputs the following statistics
- displays the minimum
- displays the maximum
- calculates and displays the average
This is worth 15 points.
HINT: Each statistic can be computed in its own block of code, if attempting them all at once is a bit confusing.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
