Compute the average grade (cont'd from previous slide)

The program would continue adding and counting grades until I enter the sentinel value.

When I enter the sentinel value, the program:

This is the scenario for which the program named SentinelLoop01 was designed.