Omitting the ____ expression in a for statement results in an infinite loop.
A. initializing
B. altering
C. tested
D. break
查看答案
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.