在窗体上画一个命令按钮,其名称为Command1,然后编写如下程序:
Function Func(ByVal x As Integer, y As Integer)
y=x*y
If y > 0 Then
Func = x
Else
Func = y
End If
End Function
Private Sub Command1_Click( )
Dim a As Integer, b As Integer
a=3
b=4
c=Func(a,B)
Print "a=";a
Print "b=";b
Print "c=";c
End Sub
程序运行后,单击命令按钮,其输出结果为: ______。

题库:计算机等级考试 类型:最佳选择题 时间:2017-07-03 15:33:31 免费下载:《单项选择》Word试卷

在窗体上画一个命令按钮,其名称为Command1,然后编写如下程序:
Function Func(ByVal x As Integer, y As Integer)
y=x*y
If y > 0 Then
Func = x
Else
Func = y
End If
End Function
Private Sub Command1_Click( )
Dim a As Integer, b As Integer
a=3
b=4
c=Func(a,B)
Print "a=";a
Print "b=";b
Print "c=";c
End Sub
程序运行后,单击命令按钮,其输出结果为: ______。
A.a=3 b=12 c=3
B.a=3 b=4 c=3
C.a=3 b=4 c=12
D.a=13 b=12 c=12

在窗体上画一个命令按钮,其名称为Command1,然后编写如下程序:   Function Func(ByVal x As Integer, y As Inte

本题关键词:出门按钮,控制按钮,救助呼叫按钮,编制程序,命令型,按钮联锁式装置,按钮式保护装置,按钮式防护装置,命令标志,快捷命令;

微信扫码获取答案解析
下载APP查看答案解析