Dim student(2 to 4,5 to 6)定义的数组有几个元素

来源:学生作业帮助网 编辑:六六作业网 时间:2024/05/23 00:45:31
Dimstudent(2to4,5to6)定义的数组有几个元素Dimstudent(2to4,5to6)定义的数组有几个元素Dimstudent(2to4,5to6)定义的数组有几个元素2to4就是2

Dim student(2 to 4,5 to 6)定义的数组有几个元素
Dim student(2 to 4,5 to 6)定义的数组有几个元素

Dim student(2 to 4,5 to 6)定义的数组有几个元素
2 to 4 就是 2 3 4 也就是3行
5 to 6 就是 5 6 也就是2列
总共6个元素