Question: Write a program named TestScoreList that accepts eight int values representing student test scores. Display each of the values along with a message that indicates
Write a program named TestScoreList that accepts eight int values representing student test scores. Display each of the values along with a message that indicates how far it is from the average. An example of how the results should be output is as follows: Test # 0: 89 From average: 6 Test # 1: 78 From average: -5 ...
3 decimals places
Test case one
74 65 34 25 100 86 47 54
Test case 2
89 78 98 76 56 80 90 97
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
