Contact PSVM   (Q & A)  |  Notes Below   Audio  |  [toc]   [prev] Slide 3 of 12 [next]
SIJLesson23 Slide03
1, 2, [3 (top)], 4, 5, 6, 7, 8, 9, 10, 11, 12, [Lab]

Notes for Slide 03
For-loops have fewer statements than while loops.
A for-loop is used if you know how many times
the loop will run. The most common example is
to look at each location of an array.


1, 2, [3 (top)], 4, 5, 6, 7, 8, 9, 10, 11, 12, [Lab]