一个数组说明为Dima(5,1to5)AsInteger,则该数组共有()个元素。
查看答案
在VB中,默认的数组下标的下界从0开始,要想在通用声明段界定下界,则应使用()。
A. OptionBase
B. OptionExplicit
C. Explicit
D. LowBase
如下数组声明语句,正确的是()。
A. Dima[3,4]asInteger
B. Dima(3,4)asInteger
C. Dima(n,n)asInteger
Dima[3][4]asInteger
赋给一个数组的数据的值的类型一定要()。
A. 相同
B. 不相同
C. 两可
D. 都不对
数组的下标可取的变量类型是()。
A. 数值型
B. 字符型
C. 日期型
D. 可变型