单项选择题

下列语句中,不能实现循环100次的是( )。

A. N=0  Do   N=N+1  Loop Until N>=100
B. N=0  Do   N=N+1  Loop While n<100
C. N=0  N=N+1  Do  Loop Until N<100
D. N=0  Do While n<100    N=N+1  Loop
<上一题 目录 下一题>
热门 试题

单项选择题
有如下事件过程:Private Sub Commaild1_Click( )Dim i As IntegerFor i =1 To 2DCNext iEnd SubSub DC( )Dim x As Integer,m As StringStatic y,nx=x + 1y=y + 1m=m& * :n=n & # Print x,y,m,nEnd Sub程序运行后,输出的结果是( )。
A. 1 1 * #    1 1 * #
B. 1 1 * #   1 2 * #
C.1 1 * #  1 1 * ##
D. 1 1 * #   1 2 * ##
单项选择题
在默认情况下,InputBox函数返回值的类型为( )。
A.constructAdestructA
B.constructAconstructAdestructAdestructA
C.constructAconstructAconstructAdestructAdestructAdestructA
D.constructAconstructAconstructAconstructAdestructAdestructAdestructAdestructA
相关试题
  • 在关系模型中,把数据看成一个二维表,每一...
  • 算法的基本特征是可行性、确定性、【 】和...
  • 耦合和内聚是评价模块独立性的两个主要标准...
  • 在修改列表框内容时,RemoveItem方法的作用...
  • 下面程序是由鼠标事件在窗体上画图,如果按...