单击窗体时,下列程序代码的执行结果为______ 。 Private Sub Test (x As Integer) x=x*2+1 If x < 6 Then Call Test(x) End

admin2010-03-30  31

问题 单击窗体时,下列程序代码的执行结果为______ 。       Private Sub Test (x As Integer)       x=x*2+1       If x < 6 Then       Call Test(x)       End If       x-x*2+1       Print x;       End Sub    Private Sub Command1_ Click ()                Test 2    End Sub

选项 A、23  47
B、5   11
C、10    22
D、23   29

答案1

解析
转载请注明原文地址:https://kaotiyun.com/show/rbmp777K
0

最新回复(0)