Thread: Java help
View Single Post
Old 09-21-05, 06:55 PM   #14 (permalink)
JonMisurda
Guest
 
Posts: n/a
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
  Reply With Quote