首页 / 百科 / 内容详情 计数器控制循环不能用While语句来构成。Loops controed by counter cannot be constructed with While statements. 2022-04-24 4次阅读 while constructed 计数器 计数器控制循环不能用While语句来构成。Loops controed by counter cannot be constructed with While statements. A.正确B.错误正确答案:错误 不能够在一个循环中既有Select Case语句,又有If语句。Select Case and If-Then statements cannot appare in the same loop. 后置测试循环的循环体至少会被执行一次。The post-test loop body is executed at least once. 猜你喜欢 do-while循环由do开始,while结束,在while(表达式)后面加分号。 C语言中while与do…while循环的主要区别是()。 在C语言中,为了结束由while语句构成的循环,while后面的一对圆括号中表达式的值应该为()。 while和do..while的主要区别是() C语言中while和do()while循环的主要区别是()。