2
Answers

Program Issues and Seeking Help

Dee Walker

Dee Walker

7y
194
1
I need help getting this program together.
 
I need to write 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.
 
Test # 0: 89 From average: 6
Test # 1: 78 From average: -5
...
Answers (2)