Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Lv 196 points

mark

Favorite Answers0%
Answers0
  • C# programing TestScoreList?

    Write a program named TestScoreList 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.

    An example of how the results should be output is as follows:

    Test # 0: 89 From average: 6

    Test # 1: 78 From average: -5

    ...

    Does anyone have any idea on how to create this program? From what I can tell it wants me to create an array. 

    1 AnswerProgramming & Design1 day ago