【单选题】在窗体上添加一个名称为Command1的命令按钮,然后编写如下事件代码: Private Sub Command1_Click( ) Dim a(10,10) For m=2 To 4 For n=4 TO 5 a(m,n)m*n Next n Next m MsgBox a(2,4)+a(3,5)+a(4,5) End Sub 打开窗体运行后,单击命令按钮,则消息框的输出结果是( )。
【单选题】在窗体上添加一个名称为Command1的命令按钮,然后编写如下事件代码: private Sub Command1 Click() Dima(10,10) Form=2 To 4 Forrn=4 To 5 a(m,n)=m*n Next n Next m MsgBoxa(2,4)+a(3,5)+a(4,5) End Sub 打开窗体运行后,单击命令按钮,则消息框的输出结果是( )。
【简答题】在窗体上添加一个名称为Command1的命令按钮,然后编写如下程序: Private Sub f(ByVa1 x As Integer) x=x+4 End Sub Private Sub Command1_Click() i=3 Call f(1) If i>4 Then i=i*2 MsgBox i End Sub 打开窗体运行后,单击命令按钮,则消息框的输出结果为______。
【单选题】在窗体上添加一个名称为Command1的命令按钮,然后编写如下事件代码: Private Sub Command1_Click() A=75 If A<60 Then x=1 If A<70 Then x=2 If A<80 Then x=3 If A<90 Then x=4 MsgBox x End Sub 打开窗体运行后,单击命令按钮,则消息框的输出结果是( )。
【单选题】在窗体上添加一个名称为Command1的命令按钮,然后编写如下事件代码: Private Sub Command1_Click() A=75 If A<60 Then x=1 If A<70 Then x=2 If A<80 Then x=3 If A<90 Then x=4 MsgBox x End sub 打开窗体运行后,单击命令按钮,则消息框的输出结果是( )。