Problem Context
Input Data:
Zero or more exam grades (between 0 and 100), followed by a stopping value of -1. Assume input is well-formed.
Sample Input Data:
90
80
95
-1
Degenerate Input Data:
-1
The General Task:
Input the grades and “process” them, i.e., print some information about them.
Previous slide
Next slide
Back to first slide
View graphic version