题型:单选题 题类:常考题 难易度:普通
浙江省名校协作体2020-2021学年高二下学期信息技术联考试卷
S="ABCDEFG"
n=Len(s)
m=Int(Rnd*5+1)
i=0:c=1:ans=""
Do While c<= 3
i=(i+m-1)Mod n+ 1
ans=ans+Mid(s,i,1)
c=c+1
Loop
Text 1.Text=ans
执行该程序段后,文本框中不可能的输出是( )
s = ① n = 1 while ②: s =③ n+=2 print(n-2) |
试题篮