[单选题]下面的语句用Array函数为数组变量a的各元素赋整数值:a=Array(1,2,3,4,5,6,7,8,9),针对a的声明语句应该是( )。 A.Dim a( ) B.Dim a As Integer C.Dim a(9)As Integer D.Dim a() As Integer
竞赛题库
|
2023-10-27 16:23:12
|
24
[单选题]下面的语句用Array函数为数组变量a的各元素赋整数值:a=Array(1,2,3,4,5,6,7,8,9),针对a的声明语句应该是( )。 A.Dim a( ) B.Dim a As Integer C.Dim a(9)As Integer D.Dim a() As Integer

A.Dim a( )
B.Dim a As Integer
C.Dim a(9)As Integer
D.Dim a() As Integer
查看答案

西南科技大学

程序设计语言VB

您可能感兴趣的试题
TOP