[填空题] 下列程序段的输出结果为______。 Dimy As Integer Private Sub Commandl_CUck() DimX As Integer x=2 TeKt1.Text=SecondFunc(FirStFunC(X),y) Text2.Text=FirstFunc(X) End Sub PrivateFunctionFirstFunc(XASInteger)As Integer x=x+y:y=x+y FirstFunc=x+y End Function PtivateFunction SecondFunc(X As Integer,y AS Integer)As Integer SecondFunc=2*x+y End Function
正确答案:10,10 58, 58


![[填空题] 下列程序段的输出结果为 [填空题] 下列程序段的输出结果为](http://www.mshxw.com/aiimages/31/481974.png)
