Term used to describe
i
in the below code:
for (int i = 0; i < 10; i++) { System.out.println((2*i+1)); }