Solve exercise 4 from section 6.9. The loop for multiple test scores should be a yes/no style loop. When this loop is done, please print the number of test scores processed (otherwise, why did we count them? *grin*).

(You do not need to do the optional part.)

Use PROCs well to break your program into re-usable parts. (You should understand the value of modularization by this stage in your programming course-work/career, right? It will also serve you well when we learn to make our own 'link libraries'.)


This assignment is Level 3.

Options