The second loop of a nested loop is called the ____ loop.
A. inner
B. outer
C. salve
D. conditioned
查看答案
The ____ statement always creates a posttest loop.
A. while
B. do-while
C. for
D. repeat-until
Valid loop conditions are identical to those used in selection statements.
The switch statement is a general repetition statement that can be used in a variety of programming situations.
An infinite loop is one that never ends.