<< Return to Homework Page
Lab 4 - Due: 6/02/06
Do You Know the Score?
Grading Criteria
15 points total
- 2 pts - Program correctly compiles and runs. (Runs without errors.)
- 1 pt - Program correctly prompts the user for the number of integer scores to be entered.
- 2 pts - Program correctly prompts the user to take in the integer scores from the user, one by one, while also indicating to the user how many scores have been taken in so far.
- 2 pts - Program correctly averages the scores collected and finds the highest score in the group.
- 2 pts - Program properly displays that average.
- 1 pt - The average displayed can include fractions and is not rounded off.
- 2 pts - The program properly displays the highest score as an integer.
- 2 pts - Program correctly prompts the user to run the program again and continues to run it as often as the user responds with the string "yes".
(An alternative, reasonable choice for a response that the user could give was acceptable provided that the user was told exactly what to enter in order to cause the program to repeat.)
- 1 pt - After the user declines to run the program again, program properly displays some message to indicate the the program is done running.
Extra Credit
- + 2 pts - Turned in assignment early (start of class on 6/01/06).