下面关于数组操作正确的是______. A: OptionBase2 B: n=10Dima(n)AsInteger C: Dima()AsIntegera(1)=100 D: Dimaa=Array(1,2,3,4,5,6)
下面关于数组操作正确的是______. A: OptionBase2 B: n=10Dima(n)AsInteger C: Dima()AsIntegera(1)=100 D: Dimaa=Array(1,2,3,4,5,6)
下面的数组定义语句正确的是()。 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(1ton)AsInteger B: Dima(10)AsInteger:ReDima(1to12) C: Dima()AsInteger:ReDima(3,4)AsInteger D: Dima()AsInteger:ReDima(1ton)AsInteger
下列数组声明正确的是() A: Dima(1ton)AsInteger B: Dima(10)AsInteger:ReDima(1to12) C: Dima()AsInteger:ReDima(3,4)AsInteger D: Dima()AsInteger:ReDima(1ton)AsInteger
若要定义一个具有10个元素的整型数组,下列语句不正确的是()。 A: Dima(10)AsInteger B: Dima%(9) C: Dima(0To9)AsInteger D: Dima%(1To10)
若要定义一个具有10个元素的整型数组,下列语句不正确的是()。 A: Dima(10)AsInteger B: Dima%(9) C: Dima(0To9)AsInteger D: Dima%(1To10)
下面关于数组操作正确的是______. A: OptionBase2 B: n=10 <br>Dima(n)AsIntege C: Dima()AsInteger <br>a(1)=100 D: Dima <br>a=Array(1,2,3,4,5,6)
下面关于数组操作正确的是______. A: OptionBase2 B: n=10 <br>Dima(n)AsIntege C: Dima()AsInteger <br>a(1)=100 D: Dima <br>a=Array(1,2,3,4,5,6)
以下定义数组或给数组元素赋值的语句中,正确的是______. 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
以下定义数组或给数组元素赋值的语句中,正确的是______. 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
对动态数组a(),若原数组为a(5),要改变数组为a(10)时,为保证其数组内的数据不丢失,应使用()语句进行定义。 A: Dima(10) B: ReDima(10) C: ReDimPreservea(10) D: Dima(5To10)
对动态数组a(),若原数组为a(5),要改变数组为a(10)时,为保证其数组内的数据不丢失,应使用()语句进行定义。 A: Dima(10) B: ReDima(10) C: ReDimPreservea(10) D: Dima(5To10)
以下定义数组或给数组元素赋值的语句中,正确的是______. A: DimaAsVariant <br>a=Array(1,2,3,4,5) B: Dima(10)AsInteger <br>a=Array(1,2,3,4,5) C: Dima%(10) <br>a(1)="ABCDE" D: Dima(3),b(3)AsInteger a(0)=0 a(1)=1 a(2)=2 <br>b=a
以下定义数组或给数组元素赋值的语句中,正确的是______. A: DimaAsVariant <br>a=Array(1,2,3,4,5) B: Dima(10)AsInteger <br>a=Array(1,2,3,4,5) C: Dima%(10) <br>a(1)="ABCDE" D: Dima(3),b(3)AsInteger a(0)=0 a(1)=1 a(2)=2 <br>b=a
下面数组声明语句,()正确。 A: Dima(2,4)AsInteger B: Dima[2,4]AsInteger C: Dima(24)AsInteger D: Dima(n,n)AsInteger
下面数组声明语句,()正确。 A: Dima(2,4)AsInteger B: Dima[2,4]AsInteger C: Dima(24)AsInteger D: Dima(n,n)AsInteger
如下数组声明语句,正确的是()。 A: Dima[3,4]asInteger B: Dima(3,4)asInteger C: Dima(n,n)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