DAY11
Wednesday, 06 June 2012
Today we will:
-
look at how a pair of for loops can be nested (also called "double for loops"),
and why you might want to do that;
-
introduce the while and do loops, which repeat some
statements until a condition is met;
-
look at the break and continue statements for
changing the way a loop is carried out (the book warns you not to
use these. I disagree!);
Programs we might discuss:
Last revised on 06 June 2012.