未知题型

有如下SUB过程: Sub s() Dim a As Single Dim b As Single a=5 b=4 s a,b Print a,b End Sub 则程序运行后,单击命令按纽,输出的结果为:【 】。

【参考答案】

1.25 1 1.25 1

相关考题