未分类题

do……while和while……do有什么区别?do……while和while……do有什么区别?

【参考答案】

前一个循环一遍再判断,后一个判断以后再循环
<上一题 目录 下一题>
热门 试题

单项选择题
while循环和do...while循环的区别是________。The different between while loop and do-while loop is:
A.没有区别,这两个结构任何情况下效果一样There is no difference,they are the sameB.while循环比do…while循环执行效率高While is more efficient than do-whileC.while循环是先循环后判断,所以循环体至少被执行一次The While loop does the loop first then check the condition, so the loop body can be executed at least for 1 timeD.do…while循环是先循环后判断,所以循环体至少被执行一次The Do-While loop does the loop first then check the condition, so the loop body can be executed at least for 1 timE.
单项选择题
He fell off the bike ________.while he rodeB.while he ws ridingC.while he is ridingD.while on bikHe fell off the bike ________.while he rode B.while he ws riding C.while he is riding D.while on bike
A.while he rodeB.while he was ridingC.while he is ridingD.while on bike
相关试题
  • [2]同一种中心离子与有机配位体形成的配...
  • 发热临床分为轻度____________...
  • 患者男,65岁,因“右胸痛、发热、气促、...
  • 患者男,84岁,高中文化,干部,已婚,因...
  • ServerSocke对象调用accept方法返回一个Ine...