End Do
六.课后作业
1.编写程序,计算自然数1+2+3+......+99+100的和。
2.下列伪代码实现的什么算法?
S←0
i ←0
While i≤99
i←i+1
S←S+i
End while
Print S
w.w.w.302edu.c.o.m