5.新课标( )要求“学习浏览,扩大知识面,根据需要搜集信息”。
查看答案
The do-while statement is suitable to expression ( ) loops.
A. Pretest loops
B. Posttest loops
The loop body statement of a do-while statement is executed for at least once.
A. 对
B. 错
The break statement in the do-while statement will exit the loop immediately.
A. 对
B. 错
The behavior of the continue statement is the same in the do-while statement and in the for statement.
A. 对
B. 错