当前位置:
找题吧
>
计算机二级
[单选题]
单击窗口时,下列程序代码的执行结果为 Private Sub Form_Click( ) Text1 End Sub Private Sub Text(x As Integer) x=x*3+1 if x<6 Then call Text(x) End if x=x*2+1 Print x; End Sub
A.27 55
B.11 35
C.22 45
D.24 51
参考答案与解析:
相关试题