[单项选择题] 单击窗体时,下列程序代码的执行结果为______ 。
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
[单项选择题] 单击窗体时,下列程序代码的执行结果为______ 。
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
A
VIP截止日期:2025-01-01 00:01:28
←请使用支付宝扫码支付VIP截止日期:2025-01-01 00:01:28
←请使用微信扫码支付