写程序执行结果:
clear
s=0
for i=2 to 15
if mod(i,2)<>0 and mod(i,3)=0
s=s+i
endif
endfor
?s
return
出自:金融学(第二学期)