运行下列程序:Private Sub Command1_Click( )x = 3If x < 3 Then Print x + 3;If x < 4

13 查阅

运行下列程序:

Private Sub Command1_Click( )

x = 3

If x < 3 Then Print x + 3;

If x < 4 Then Print x + 4;

If x < 5 Then Print x + 5;

If x < 6 Then Print x + 6;

Print

End Sub

单击Command1命令按钮后,则在窗体上显示的结果是( )。

A.6 7 8 9

B.7 8 9

C.8 9

D.9

参考答案:

B

计算机二级