题型:填空题 题类:常考题 难易度:普通
浙教版初中信息技术九年级上学期期末试卷(11)
i=4
a=5
If i > 3 Then a = a + 5
Else a = a + 2
End If
写出本程序段运行后,变量a的值。
c = 0
For i = 1 To 12
If 12 Mod i = 0 Then
c = c + 1
End If
Next i
Text1.Text = Str(c)
程序运行后,在文本框中输出为:。
m=1 sum=0 while m<10: sum=sum+1 m=m+2 print(sum) |
试题篮