A. Introduction
The third and last type of flow is all about repetitions: how to repeat some actions exact N times? or how to repeat some actions until certain status is achieved? There are actually three types of statements: for loops, while loops and do loops.
B. Watch(Slides)
C. Try:
R6.3
a. 1,3,6,10,15,21,28.36
b. 0,2,1,3,2,4,3,5,4,6
c. 0 0 0 0 0 0 0 0 0 0 0 0 0 0....
d. 1 2 8 64