X=5 For i=1 To 20 Step 2 x= x+ i \ 5 Next i 结果是多少
1个回答
x=5+1+3+5+ +19=105
i=21
相关问题
X=5 FOR i=1 to 20 step 2 x=x+i\5 next i
执行下面的程序段后,x 的值为( ). x=5 For i=1 To 20 Step 2 x=x+i\5
for i=1 to 5 step 2 i=i+1 next i print i 这个答案是什怎么算
X = 2;FOR I=1 TO 3; X = X * I;NEXT I;PRINT X.
超初级的问题:x=8 for i=3 to5 print x next i
for next 循环s=0for i=1 to 10 step 2s=s+1i=I*2next i当循环变量后,i,s
t=0 for i=1 to 15 step 5 t=t+i next i 该程序运行后,T和I的值分别为多少
For i = 2.6 To 4.9 Step 0.6 s = s + 1 Next i
s=0 For i=1 to 10 step 2 s=s+i Next Print s
s=1 for i=1 to 5 step 2 s=s+i endfor s