for i=1 to30 if int(i/5)=i/5 then s=s+i i=i+6 next i 求s
来源:学生作业帮助网 编辑:作业帮 时间:2024/11/15 15:06:21
x)K/Rȴ5T(76PLS+y#SN[ PPl[ TmZQlcSMR>&P&`əOv2}6}!:&<_ݭWHN&ahdg }: O'?mP]:^
TTh~qAb
$
for i=1 to30 if int(i/5)=i/5 then s=s+i i=i+6 next i 求s
for i=1 to30 if int(i/5)=i/5 then s=s+i i=i+6 next i 求s
for i=1 to30 if int(i/5)=i/5 then s=s+i i=i+6 next i 求s
45
当i为5时,int(i/5)=i/5成立.s变为5,i变为11.之后,i为15和25时,条件成立.所以
s=5+15+25=45