for i=1 to 10 i=i+i j=j+1 next print i,j请问结果是什么?结果是15

问题描述:

for i=1 to 10 i=i+i j=j+1 next print i,j请问结果是什么?
结果是15