iterator variables
Sometimes you will write sloppy code that requires nested loops. The first variable you would probably use for general-purpose things would be 'i', but what do you usually name your second iterator?
| 77% (88) | j | |
|---|---|---|
| 7% (9) | i2 | |
| 1% (2) | a | |
| 12% (14) | other |
113 voters have answered this question.
This poll was created on 2008-01-31 13:56:17
by flaptastic

