下面程序段执行结果为( )。 x=Int(Rnd()+4) Select Case x   Case 5     Print"excellent"   Case4    Print"good"   Case 3

admin2012-03-22  36

问题 下面程序段执行结果为(    )。    x=Int(Rnd()+4)    Select Case x      Case 5       Print"excellent"      Case4       Print"good"      Case 3       Print"pass"      Case Else       Print"fail"    End Select

选项 A、excellent
B、good  
C、pass
D、fail

答案B

解析
转载请注明原文地址:https://jikaoti.com/ti/EmO0FFFM
0

最新回复(0)