【真题】2016年04月自考07759Visual Basic程序设计试题
单项选择题
7.
单击命令按钮时,下列程序的执行结果为
Private Sub Command1_Click()
Dim x As Integer, y As Integer
x = 12: y = 32
Call Proc(x, y)
Print x; y
End Sub
Public Sub Proc(n As Integer, ByVal m As Integer)
n = n Mod 10
m = m Mod 10
End Sub
显示答案
本试卷共 36 道题
您已预览前 8 题,还有 28 题待解锁



教材2023版.jpg)

暂无评论内容