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

Notes for Slide 09
If there was if-break statement,
the loop would never end.
If the condition in the if-break statement
is never true,
the loop will never end.

The three statements of the while-true loop construct
are easily visible in larger programs because they
all start in the same column.
This is an important style to follow as your programs
grow to become larger than the example programs
shown in these slides.


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