单选题用下面语句定义的数组的元素个数是() dima(-3to5)asintegerA6B7C8D9
单选题
用下面语句定义的数组的元素个数是() dima(-3to5)asinteger
A
6
B
7
C
8
D
9
参考解析
解析:
暂无解析
相关考题:
下列数组声明正确的是( )A.Dima(1ton)AsIntegerB.Dima(10)AsInteger:ReDima(1to12)C.Dima()AsInteger:ReDima(3,4)AsIntegerD.Dima()AsInteger:ReDima(1ton)AsInteger
下列数组定义错误的是()。 A、dima(10)asintegerB、dima(10,3)asshortC、dima(3)asinteger={1,2,3,4}D、dima(,)asinteger={{1,2,3},{2,3,1}}
用Dim arr(3 To 5,-2 To 2)语句定义的数组元素个数是( )。A.20B.12C.15SXB 用Dim arr(3 To 5,-2 To 2)语句定义的数组元素个数是( )。A.20B.12C.15D.24
设有数组定义语句:Dima(5)AsInteger,Listl为列表框控件。下列给数组元素赋值的语句错误的是( )。A.a(3)=3B.a(3)=inputbox("inputdata")C.a(3)=Listl.ListlndexD.a=Array(1,2,3,4,5,6)
已知整型数组a(12),若要在过程调用后返回其元素最大值的下标,下面的过程定义语句合法的是()A、PrivateFunctionmx(a()AsInteger)AsIntegerB、PrivateFunctionmx(ByVala(12)AsInteger)AsIntegerC、PrivateFunctionmx(a(12)AsInteger)AsIntegerD、PrivateFunctionmx(ByVala()AsInteger)AsInteger
单选题语句dimarr(-3to5,2to6)asinteger定义的数组元素有()A45B40C11D54