On page 123, it states:
It is very common to use a loop when reading from or writing to an array. This loop sets
each element of number to 5 higher than the current index:
And the following code snippet is:
I believe the statement is referring to the variable "numbers", not
number, right? I was confused because I did not see
number anywhere on the page.