题型:单选题 题类:常考题 难易度:普通
浙江省杭州市西湖高级中学2018-2019学年高二下学期信息技术5月月考试卷
Dim d(1 to 10) as Integer
n=10 : count = 0
For i = 1 To n
count = count + 1
If Then
Label1.Caption = “顺序查找在数组的第” & i & “位找到了” & v
Exit For
End If
Next i
If Then
Label1.Caption = “顺序查找没有找到” & v
End If
试题篮