[单项选择题] 下列程序执行后,变量x的值为______。 Dim a, b, c, d As Single Dim x As Single a=100 b=20 c=1000 If b>a Thend=a: a=b: b=d End If If b>c Then x=b Elseif a>c then x=c Else x=a End If
A.100
B.20
C.1000
D.0
正确答案:A

[单项选择题] 下列程序执行后,变量x的值为______。 Dim a, b, c, d As Single Dim x As Single a=100 b=20 c=1000 If b>a Thend=a: a=b: b=d End If If b>c Then x=b Elseif a>c then x=c Else x=a End If
A.100
B.20
C.1000
D.0
正确答案:A
上一篇 [填空题] 滚动窗口JScrollPane是带动滚动条的面板,主要是通过移动 【13】 来实现的。
下一篇 [单项选择题] 有以下程序: #include <stdio.h> #include <stdlib.h> int fun(int n) int *p; p= (int*)malloc(si