CMIS 230 - Student Scores Application

Project Focus:
Develop an application to accumulate student scores, calculate an average score, and display the highest and lowest scores.
Contribution/Role:
Application Developer
Technology/Skills:
JAVA Programming, TextPad
Description:
The application allows the user to enter scores one at a time. As each score is entered, the application displays a count of the number of scores entered, calculates and displays an average score, and displays the highest and lowest score entered thus far.
Challenges:
Since JAVA was only my second programming class, the challenge of this project was to learn the necessary skills to program the application correctly. Applications programmed later in the class built upon the foundations learned in earlier projects.
Reflections:
While not overly difficult, this project and others like it were able to help me build a solid foundation in JAVA programming.