试题

试题 试卷

logo

题型:单选题 题类:常考题 难易度:普通

浙江省名校协作体2020-2021学年高二下学期信息技术联考试卷

有如下VB程序段:

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

执行该程序段后,文本框中不可能的输出是(  )

A、ABC B、CFB C、ECB D、DAE
举一反三
返回首页

试题篮