试题 试卷
题型:单选题 题类:常考题 难易度:普通
浙教版初中信息技术九年级上学期期末试卷(13)
Private Sub Command1_Click()
Dim a As Single, b As Single
a = Val(Text1.Text)
b = 10
If a >= b
b = a * a + 2 * b
End If
Label1.Caption = Str(b)
End Sub
图1
Private Sub Command1_Click( )
w= val (Text1. text)
if {#blank#}1{#/blank#} then
f=38
Else
f= {#blank#}2{#/blank#}
Text2. text=f
m=19
if m>=30 or m<20:
print(m)
str1 = “key”
Str2 = “board”
Print(str1+str2)
试题篮