首页题目详情

Which of the following statements can be used to terminate the Do...Loop cycle?

题目配图
A.Exit Loop
B.Exit For
C.Exit Do
D.Exit

优质解答

答案

C

解析

Exit Do 是用于终止 Do...Loop 循环的语句。Exit For 用于退出 For...Next 循环。

查看答案和解析

支付 ¥0.1 即可查看此题答案和详细解析

低至 ¥0.1 起

Visual Basic语言程序设计单选题中等AI生成