单项选择题
设有如下程序: Sub f(x As Integer,ByVal Y As Integer) x=2*X:y=y+x End Sub Private Sub Command1 Click() Dim a As Integer,b As Integer a=6:b=35 Call f(a,b) Print a,b End Sub 程序运行后,单击命令按钮Command1,输出结果为
A.6 47B.12 47
C.6 35
D.12 35
点击查看答案&解析
相关考题
