窗体上有名称为Command1的命令按钮。事件过程及两个函数过程如下: Private Sub Command1_Click() Dim x As Integer, y As Integer, z x=3:y=5:z=fy(y) Print fx(fx(x)),y End Sub Function fx(ByVal a As Integer) a=a+a:fx=a End Function Fun
主观题
窗体上有名称为Command1的命令按钮。事件过程及两个函数过程如下: Private Sub Command1_Click() Dim x As Integer, y As Integer, z x=3:y=5:z=fy(y) Print fx(fx(x)),y End Sub Function fx(ByVal a As Integer) a=a+a:fx=a End Function Fun