下面的数组声明语句中( )是正确的。
A.Dim A[3,4] As Integer
B.Dim A(3,4) As Integer
C.Dim A[3;4] As Integer
D.Dim A(3;4) As Integer
正确答案是B