|
The values look good, except for the last one. Will 11 get displayed? What happens when the loop condition switches to false?
Also, two nitpicking things (sorry, I am a teacher afterall):
1) The n should be lowercase. Remember case matters with everything, including identifiers.
2) Something your spreadsheet doesn't capture is how the output will look on the screen. Describe it. Is it one per line?
Jon
|