试题

试题 试卷

logo

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

浙江省温州市十五校联合体2017 -2018学年高二上学期信息技术期中考试试题

下列 VB 程序段中:

Dim i as Integer, max as Integer Dim a(1 to 10) as Integer

‘代码略,随机产生 10 个不重复的数存于数组 a 的 10 个元素 a(1)~a(10)中max=a(1)

For i=2 to 10

       If a(i)>a(max)  then  max=i Next i

变量 max 用于存储(   )

A、a(2)~a(10)的最大值 B、a(1)~a(10)的最大值 C、a(2)~a(10)的最大值在数组中的下标值 D、a(1)~a(10)的最大值在数组中的下标值
返回首页

试题篮