Project 2 asks you combine these exercises to expand upon the idea of a grading application with
the following requirements:
• The application should allow the user to perform score calculations for as many
assignments as they would like. (5 pts)
• The application should accept as many scores per assignment as the user would like, with
the user indicating they are done by a terminal value of -1. (5 pts)
...