试题 试卷
题型:单选题 题类:常考题 难易度:普通
浙江省温州市六校协作体2018届高三上学期信息技术期末联考试卷
Private Sub Command1_Click()
Dim x As Integer, m As Integer
m = 3
For x = 1 To 5
If m > 3 Then m = m + 2 Else m = m - 1
Next x
Text1.Text = Str(m)
End Sub
试题篮