多项选择题

如果不使用Option Base语句,则下面数组说明语句等效的有()

A.Dim A(0to8,0to3)
B.Dim A(1to8,1to3)
C.S Dim A(7,2)
D.Dim A(8,3)