VB高手快帮忙。谢谢
发布网友
发布时间:2023-07-12 20:12
我来回答
共1个回答
热心网友
时间:2024-12-02 08:34
1、 下面数组声明语句中(C)是正确的
2、 执行以下command1的click事件,在窗体上显示的是(B)
3、 设有数组声明语句: 重复
optiont base 1
dim a(2,-1 to 1)
以上语句所定义的数组a第二维下标下界为多少 C
4、 语句dim arr(-3 to 5,2 to 6)as integer定义的数组所占存储单元字节数为(B)
5、 语句dim arr(-3 to 5,2 to 6)as integer定义的数组元素有A
6、 用下面语句定义的数组的元素个数是 D
7、 下面数组声明语句中(B)是正确的。
8、 设有数组声明语句:
Option Base 1
dim a(2,-1 to 1)
以上语句所定义的数组a共有(D)元素
9、 设有数组声明语句:
Option Base 1
dim a(2,-1 to 1)
以上语句所定义的数组a的第二维下标从-1到(A)
10、 以下说法正确的是(C)。