Solve exercise 6 from section 6.9. The loop for part 4 should be a yes/no style loop. ("latter" means the immediately preceding entity; here: gradeAverage.)

For step 2, the gradeAverage must be between 1 and 400 (since 0 would stop as per part 1).

(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.5.

Options