February 2014
Beginner
1248 pages
62h 25m
English
• Counter-controlled repetition (p. 153) requires a control variable, the initial value of the control variable, the increment by which the control variable is modified each time through the loop (also known as each iteration of the loop) and the loop-continuation condition that determines whether looping should continue.
• You can declare a variable and initialize it in the same statement.
Read now
Unlock full access