下列程序执行后,变量X的值为( )。 Dim fl,b,c,d As Single Dim X As Single fl=10 b=30 If b>fl Then d=fl:fl=b:b=d End If If b>C Then X

admin2012-12-08  24

问题 下列程序执行后,变量X的值为(     )。
Dim fl,b,c,d As Single
Dim X As Single
fl=10
b=30
If b>fl Then
    d=fl:fl=b:b=d
End If
If b>C Then
    X=b
Else If fl>c Then
    X=C
Else
    X=a
End  If

选项 A、10
B、30
C、400
D、430

答案B

解析
转载请注明原文地址:https://kaotiyun.com/show/EVhp777K
0

最新回复(0)