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
...