[填空题] 在窗体上画一个命令按钮,其名称为Command1,然后编写如下程序;
Function M(x As Integer,y As Integer)
M=IIf(x>y,x,y)
End Function
Private Sub Commandl_Click()
Dim a As Integer,b As Integer
a=100
b=200
PrintM(a,B)
End Sub
程序运行后,单击命令按钮,输出结果为 【15】 。
[填空题] 在窗体上画一个命令按钮,其名称为Command1,然后编写如下程序;
Function M(x As Integer,y As Integer)
M=IIf(x>y,x,y)
End Function
Private Sub Commandl_Click()
Dim a As Integer,b As Integer
a=100
b=200
PrintM(a,B)
End Sub
程序运行后,单击命令按钮,输出结果为 【15】 。
200
VIP截止日期:2024-12-31 03:47:10
←请使用支付宝扫码支付VIP截止日期:2024-12-31 03:47:10
←请使用微信扫码支付