The easiest problem

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

You are viewing a single comment

Gotten even easier after X became a registered trademark. Now the only choice we have left is i. Or ii if you need more variables

"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?