单项选择题

编写如下程序: Private Sub Command1_Click() Dim a As Integer,b As Integer a=3:b=2 If a*b<10 Then b=b+1 Else b=b-1 End If Print b-a>0 End Sub 程序运行后,单击命令按钮Command1,输出结果为

A.True
B.False
C.1
D.-1
题目列表

你可能感兴趣的试题

微信扫码免费搜题