i是控制数组元素个数的,i都自加了的.运行循环 无论是用a[i]=10还是用 a[i]=i+1 数组元素的个数是一样多的,只是在a[i]=i+10里面,你可以直观的看到i的变化.
for循环 a[i] = 10 ,i为什么不自加 而a[i]=i +10,i加自了?
1个回答
相关问题
-
a-10/3-i= a-10(3+i)/(3-i)(3+i)为什么等于(a-3)-i 而不是(
-
for next 循环s=0for i=1 to 10 step 2s=s+1i=I*2next i当循环变量后,i,s
-
为什么I am from CanadaCanada前不用加the? 而I am from theU.S.A用加the.
-
Sub prog1 ( ) a=0 For i=1 to 10 i=i+1 a=a+i Next Debug.Print
-
这个say为什么不加s?Before i reach the door,i think i hear a voice s
-
I后面可不可以加is为什么 I is a miracle 这句话要在I后面加is
-
for (i=1,j=10;i
-
should 前加什么主词.为什么 i ought 而不是 i should .还有 she
-
请问lingo怎么解不等式组啊不等式组里还有循环的.如a(i)-b(i)+18>0(i=1:10),c(i)+d(i)-
-
已知程序段:s=0 For i =1 to 10 step 2 s = s+1 i = i * 2 Next i 当循环