[单项选择题] 下列程序的执行结果为( )。 Private Sub Commandl_Click( ) Dim X As Integer,y As
2021-07-20
[单项选择题] 下列程序的执行结果为( )。 Private Sub Commandl_Click( ) Dim X As Integer,y As Integer x=12:y=20 Call Value(x,y) Print X;y End Sub Private Sub Value(ByVal m As Integer,ByVal n As Integer) m=m * 2:n=n-5 Print m;n End Sub
A.SetWarning
B.SetValue
C.MsgBox
D.Beep
正确答案:C
参考解析:A)用于关闭或打开系统信息,B)用于设置属性值,D)用于使计算机发出“嘟嘟”的声音。
词条内容仅供参考,如果您需要解决具体问题
(尤其在法律、医学等领域),建议您咨询相关领域专业人士。