go to previous page   go to home page   go to next page

Answer:

See below.


Final Flowchart

Score Processing Flowchart

The final flowchart is at right. If you were designing this program yourself, you would probably not bother with such detail. But you should mentally follow the discipline of structured programming, even if you don't necessarily draw detailed flowcharts.


QUESTION 7:

Should the variables raw and score be integer or floating point?

Should the variables base and scale be integer or floating point?