The reason I developed the habit of writing for loops with 'n' instead of 'i', like this:

for(int n = 0; n < 100; ++n){

is because long ago I used to 1) rely on using the mouse way too much, and 2) use a sans serif font instead of a monospace font, which made narrow letters like 'i' annoying to select with the mouse