Variables like number are counter variables. They count to control the number of times a loop repeats.

This loop uses number as a counter variable that counts from two to five: 2, 3, 4, 5.