The easiest problem

PotatoesFall@discuss.tchncs.de to Programmer Humor@programming.dev – 616 points –
102

You are viewing a single comment

"j" is what you're supposed to use if you need another index variable after using "i".

Okay, say you've got four inner loops (a crime on its own, I know), do you use i, j, k, l or i, j, k, ii?