|
created 01/03/99; revised 01/22/00
|
CHAPTER 42 ---More about the For Statement
Chapter Topics:
- Loop control variable delared in the
for statement.
- Scope of a loop control variable.
- Floating point increments.
|
QUESTION 1:
(Review:) What is the big advantage of using a for statement instead of a
while statement?
Click Here after you have answered the question
|