单项选择题

下列程序段的执行结果为
m=1
n=1
Select Case m
Case 1
Select Case n
Case 0
print "A"
Case 1
Print "B"
End Select
Case 2
Print "C"
End Select

A.A
B.B
C.C
D.0
<上一题 目录 下一题>
热门 试题

单项选择题
有如下程序。 Private Sub Command1_Click() Dim k As Integer,m As Integer Dim op As Integer k=4:m=1 Op=PPC(k,m):Print op; Op=PPC(k,m):Print op End Sub Private Function PPC(a As Integer,b As Integer) Static m As Integer,i As Integer m=0:i=2 i=i+m+1 m=i+a+b PPC=m End Function 程序运行后,输出的结果为
A.4 6
B.6 6
C.8 8
D.10 12
填空题
栈和队列通常采用的存储结构是 【1】 。
相关试题
  • 在Visual Basic中按文件的编码方式不同,...
  • 如果存在如下过程: Private Function F...
  • 执行下面程序,第一行输出结果是 【14】...
  • 已知B的ASCII码为66,以下程序统计由键盘...
  • 数据库保护分为:安全性控制、 【5】 、...