单选题
在窗体中添加一个名称为Command1 的命令按钮,然后编写如下事件代码: Private Sub Command1_Click() A=75 if A>60 Then i=1 if A>70 Then i=2 if A>80 Then i=3 if A>90 Then i=4 MsgBox i End Sub 窗体打开运行后,单击命令按钮,则消息框的输出结果是________。
A、
1
B、
2
C、
3
D、
4
【正确答案】
B
【答案解析】
提交答案
关闭