单项选择题

单击命令按钮执行以下程序,输出结果为( )。Private Sub Command1_Click()Dim x As Integer,y As Integerx=12:y=32Call Proc(x,y)Print x;yEnd SubPublic Sub Proc(n As Integer,ByVal m As Integer)n=n Mod10:m=m Mod10End Sub

A.12 32
B.2 32
C.2 3
D.12 3
题目列表

你可能感兴趣的试题

微信扫码免费搜题