单项选择题

A.Dim a(10)As Integer
B.Dim a%(9)
C.Dim a(0To 9)As Integer
D.Dim a%(1To 10)