窗体上有名称为Command1的命令按钮事件过程及2个函数过程如下: 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 fy=a F
主观题
窗体上有名称为Command1的命令按钮事件过程及2个函数过程如下: 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 fy=a F