The letters i, j, and k are traditionally used as loop counters (a variable that counts the number of iterations used). You don’t have to use these as your counter values, but if you don’t, name your counters clearly. For clearer code, it’s best not to use i, j, or k for any other variable.