Private Sub Command1_Click()
Dim cj() As Double, x As Long
For i = 0 To 9
ReDim Preserve cj(i)
cj(i) = Val(InputBox("请è¾å
¥ç¬¬" & i + 1 & "个å¦çæ绩ï¼"))
If cj(i) > 90 Then
x = x + 1
If x = 1 Then Print "æ绩大äº90ç为ï¼"
Print cj(i)
End If
Next
Print "å
±æ" & x & "人æ绩大äº90"
End Sub
温馨提示:答案为网友推荐,仅供参考