The Test Score Application
Project Focus
Develop an application that takes tests scores and outputs the number of entries, the average score and the cumulative score.
Contribution / Role
Application Developer
Technology / Skill
Java Programming and Textpad
Description
This application asks users to enter test scores. When the user is done entering test scores they enter "999." After doing so, output is displayed on the screen showing the number of score entries, the score total, and the average score. The user is asked if they wish to continue. If they answer yes the program starts over, if no, the application exits.