20
21
22
23
Since number starts at 20, increments each time the loop repeats, and the loop only repeats while number < 24, this is not an infinite loop.
number
number < 24