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.

  1. The user enters 15 test scores (values between 1-100) that are stored in an array.
  2. 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

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!