i
A letter that programmers use to count things. It’s like the default name for a loop, and nobody questions it.
for (i = 0; i < 10; i++)
i = 1
for (i = 0; i < 5; i++)
xs