Write a program that accepts any number of homework scores ranging in value from 0 through 10.

Question:

Write a program that accepts any number of homework scores ranging in value from 0 through 10.

Prompt the user for a new score if they enter a value outside of the specified range. Prompt the user for a new value if they enter an alphabetic character. Store the values in an array. Calculate the average excluding the lowest and highest scores. Display the average as well as the highest and lowest scores that were discarded.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: