The additive assignment operator
(Display Figure 7.)
Note the additive assignment operator shown in the counter update clause in Figure 7.
I haven't previously explained this operator.
It lets you specify the amount by which the counter variable will be increased each time the counter update clause is executed.
(An update value of 2 was specified in Figure 7, which will cause the counter loop to count by twos.)