在窗体上画一个名称为Commandl的命令按钮,然后编写如下程序: Private Sub Commandl_Click() Dimi As Integer,j As Integer Dima(10,10)As Integer

admin2010-11-20  50

问题 在窗体上画一个名称为Commandl的命令按钮,然后编写如下程序:
Private Sub Commandl_Click()
     Dimi As Integer,j As Integer
     Dima(10,10)As Integer
     Fori=1 To 3
       Forj=1 To 3
         a(i,j)=(i-1)*3+j
         Printa(i,j);
       Nextj
       Print
     Nexti
   End Sub

选项 A、 
B、 
C、 
D、 

答案D

解析
转载请注明原文地址:https://kaotiyun.com/show/9bhp777K
0

最新回复(0)