问题
单项选择题
单击窗体时,下列程序代码的执行结果为______ 。Private Sub Test (x As Integer)x=x*2+1If x < 6 ThenCall Test(x)End Ifx-x*2+1Print x;End Sub Private Sub Command1_ Click ()Test 2 End Sub
A.23 47
B.5 11
C.10 22
D.23 29
答案
参考答案:A