William Langly

William Langly

  • NA
  • 32
  • 4.9k

Program Trouble

Oct 28 2017 8:41 PM

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)