女生求助!!课堂vb作业!
vb吧
全部回复
仅看楼主
level 2
凯蒂酱ლ 楼主
请用vb语言编写求1+2+4+6+•••+50的结果
2022年06月17日 11点06分 1
level 15
s=1
for i=2 to 50 step 2
s=s+i
next i
?s
2022年06月17日 12点06分 2
靴靴[笑眼]
2022年06月17日 12点06分
最优解
2022年06月20日 05点06分
level 1
2022年06月18日 09点06分 3
level 7
女生肯定是要这样写:
TEXT1=1+2+4+6+8+10+12+14+16+18+20+22+24+26+28
+3
0+32+34+36+38+40+42+44+46+48+50
2022年06月18日 10点06分 4
1