The ____ semicolons must always be present within the for statement’s parentheses.
A. two
B. three
C. four
D. five
查看答案
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.