When there is a block of code you want to reuse, what do you do ?
Write it once and ...
1) Cut and Paste it, until you have the correct number of times you need it.
or
2) Place it inside a loop block, and specify the condtion which determines the number of times to repeat it.
Which do you think is best, 1 or 2 ?
Give an example.