下面的数组定义语句正确的是()。
A: Dima[3]
B: Dima[3to4]
C: Dima(10 4)
D: Dima(3to6)
A: Dima[3]
B: Dima[3to4]
C: Dima(10 4)
D: Dima(3to6)
举一反三
- 下列数组声明语句中,正确的是()。 A: DimA[3,4]AsInteger B: DimA(3,4)AsInteger C: DimA[3;4]AsInteger D: DimA(3;4)AsInteger
- 如下数组声明语句,正确的是()。 A: Dima[3,4]asInteger B: Dima(3,4)asInteger C: Dima(n,n)asInteger D: Dima[3][4]asInteger
- 下面数组声明语句,()正确。 A: Dima(2,4)AsInteger B: Dima[2,4]AsInteger C: Dima(24)AsInteger D: Dima(n,n)AsInteger
- 若要定义一个具有10个元素的整型数组,下列语句不正确的是()。 A: Dima(10)AsInteger B: Dima%(9) C: Dima(0To9)AsInteger D: Dima%(1To10)
- 以下定义数组或给数组元素赋值的语句中,正确的是______. A: DimaAsVarianta=Array(1,2,3,4,5) B: Dima(10)AsIntegera=Array(1,2,3,4,5) C: Dima%(10)a(1)="ABCDE" D: Dima(3),b(3)AsIntegera(0)=0a(1)=1a(2)=2b=a