单项选择题

下列语句中,不能实现循环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
相关试题
  • 在窗体上画一个命令按钮,然后编写如下事件...
  • 有如下事件过程:Private Sub Commaild1...
  • 在窗体上画一个通用对话框图,其Name属性为...
  • 单个用户使用的数据视图的描述称为( )。
  • 一些重要的程序语言(如C语言和Pascal语言...