
提问人:网友l******8
发布时间:2023年8月13日 07:33
[单项选择题]
设有命令按钮 Command1 的单击事件过程,代码如下: Private Sub Command1_Click() Dim a(30) As Integer For i=1 To 30 a(i)=Int(Rnd*100) Next For Each arrItem In a If arrItem Mod 7=0 Then Print arrItem If arrItem>90 Then Exit For Next End Sub 对于该事件过程,以下叙述中错误的是()。
设有命令按钮 Command1 的单击事件过程,代码如下:
Private Sub Command1_Click() Dim a(30) As Integer
For i=1 To 30
a(i)=Int(Rnd*100) Next
For Each arrItem In a
If arrItem Mod 7=0 Then Print arrItem
If arrItem>90 Then Exit For
Next
End Sub 对于该事件过程,以下叙述中错误的是()。

