试题

试题 试卷

logo

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

浙江省绍兴市诸暨中学2015-2016学年高二上学期期中考试信息技术试卷

有如下VB程序段:

Dim a(1 to 5) as integer, i as integer, c as integer

a(1)=2: a(2)=1: a(3)=3: a(4)=4: a(5)=5

c=0

for i=3 to 5

 if a(i-2)+a(i-1) =a(i) then c=c+1

next i

text1.text = str(c)

该程序运行后,文本框text1中显示的内容是(   )

A、4 B、3 C、2 D、1
举一反三
返回首页

试题篮