您所在的当前位置: 计算机等级考试题库   >  
BASIC题库  
  >   [填空题] 有如下事件过程: Private Sub Form_Adivate() Dim Score(1 to 3 ) As Integer Dim i As Integer Dim t As Variant For i=3 To 1 step-1 Score(i)=2*1 Next For Each t In Score Print t Next End Sub 程序运行后窗体上显示的值为 (10)
问题:
发布时间:2022-07-01

[填空题] 有如下事件过程:
Private Sub Form_Adivate()
Dim Score(1 to 3 ) As Integer
Dim i As Integer
Dim t As Variant
For i=3 To 1 step-1
Score(i)=2*1
Next
For Each t In Score
Print t
Next
End Sub
程序运行后窗体上显示的值为 (10)

可能感兴趣的题目: