下列程序执行中后,变量x的值为( ) Dim a,b,c,d As Single Dim x As Single a=100 b=20 c=1000 If b>a Then d=a:a=b:b=d End if If b>c Then x=b ElseIf a>c Then x=c Else x=a End If

时间:2022-11-15 23:48:05

相似题目