1
Answer

Program Trouble

I need help writing a program 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.

I want the output to look like this:

Test # 0:    89 From average:     6 
Test # 1:    78 From average:    -5 
... all the way to #8
 
Answers (1)