试题 试卷
题型:单选题 题类:常考题 难易度:普通
运算符与表达式
Dim a(1 to 10)as integer
Pos=-1
i=1
do while i<=10
if i mod 2=0 then a(i)=i*2 else a(i)=i
i=i+1
loop
i=10
do while i>=1
if a(i)=12 then Pos=i
i=i-1
该程序段运行后,变量Pos值是( )
试题篮