多项选择题

设有语句定义Dim a(3)As integer,则下列正确的语句为()

A.a(0)=a(3)
B.a(2)=Val(InputBox“请输入一个整数”)
C.a(3)=Array(0,1,2,3)
D.a(1)=100