1
Reply

Program Trouble

William Langly

William Langly

Oct 28 2017 8:41 PM
118

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)