【单选题】
()(停顿) for a while when the boat leaves the surface.
A、Halting
B、Halt
C、Adjust
D、Heave
A、Halting
B、Halt
C、Adjust
D、Heave
A、for循环的循环变量只能是从零开始或者从1开始的整数 B、while循环是最通用的循环语句 C、for循环在固定次数的循环中使用比较方便 D、for循环能够完成工作,用while循环也能完成
A、 两种,for 循环和 while 循环 B、 四种,for 循环、while 循环、do...while 循环以及 loop...until 循环 C、 一种,for 循环