填空题
Sub subl(x As Single, ByVal y As Single)
t=x
x=t/y
y=t Mod y
End Sub
Private Sub Form_Click()
Dim a As Single
Dim b As Single
a=5
b=4
sub1 a,b
Print "a=";a,"b=";b
End Sub
程序运行后,单击命令按钮,则a=
(6)
,b=
(7)
。
【参考答案】
D
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
填空题
List1.ListCount
点击查看答案
填空题
#2
点击查看答案
相关试题
List1.List(k)
Not EOF(2)