题型:单选题 题类:常考题 难易度:普通
教科版高中信息技术选修一 对分查找变式
Key=Val(Text1.Text)\10
Text2.Text=“”
i=1: j=9: f=False
Do While i<=j And Not f
m=(i+j)\2
if a(m) Mod 10=Key Then
search=m
f=True
Elseif a(m) Mod 10>Key Then
i=m+1
Else
j=m-1
End if
Text2.Text=Text2.Text+Str(m)
Loop
则在执行该程序后,Text2中显示的内容是( )
试题篮