A-A+

下列程序段的输出结果为______。Dimy As Integer Private Sub

2022-08-06 05:49:40 问答库 阅读 176 次

问题详情

下列程序段的输出结果为______。
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
Firs请帮忙给出正确答案和分析,谢谢!

参考答案

正确答案:1010 58 58
10,10 58, 58

考点:结果,程序