Many programmers often name counter variables count, counter, or
something similar. The letters i, j, k, l, x, y, and z are also commonly used
as counter names. Using a name such as count, the letter i (for increment),
or a higher letter helps you remember (and lets other programmers know)
that the variable is being used as a counter.