用while循环、do...while循环、for循环计算从1加到100的和

do…while循环

在这里插入图片描述

while循环

在这里插入图片描述

for循环

在这里插入图片描述

猜你喜欢

转载自blog.csdn.net/weixin_43424154/article/details/84404741