如下数组声明语句,正确的是(  )。
A、Dim a[3,4] As Integer
B、Dim a(3,4) As Integer
C、Dim a(n,n) As Integer
D、Dim a(3 4) As Integer
出自:国家开放大学Visual Basic6.0程序设计