用VFP编写程序计算1

发布时间:2021-03-07 23:07:09

用VFP编写程序计算1

网友回答

s=0for i=1 to 100
if i%3=0
s=s+iendifendfor
以上问题属网友观点,不代表本站立场,仅供参考!