Forum: C++ Nov 8th, 2007 |
| Replies: 8 Views: 1,235 Narue, well I am really confused now, the code is in C++ pseudocode, so with that being said then the loop would execute 9 times? |
Forum: C++ Nov 8th, 2007 |
| Replies: 8 Views: 1,235 I thought I knew what a loop was, I must have really mixed a few of these lessons up.
So then the
For I = 1 to 10
PRINT I
End For (I)
Does in fact state an actual loop and the 1 to... |
Forum: C++ Nov 8th, 2007 |
| Replies: 8 Views: 1,235 I have a question on an assignment that has me confused. The question is how many times does the following loop execute?
For I = 1 to 10
PRINT I
End For (I)
Now I am not sure if this... |