|
Does the flowchart work correctly for N == -5 ? N == 0 ? N == 1 ? N == 4 ? A good answer might be:Yes. It is nice to check these cases out in advance before you start writing the program. | |
Starting the ProgramHere is a start to the program.
Notice how the program matches the flowchart.
Examine carefully how the | |
QUESTION 8:Fill in the four blanks to complete the program. Click Here after you have answered the question |