摘要: 1. 分别使用for循环,while循环,do循环求1到100之间所有能被3整除的整数的和。(知识点:循环语句) package bao; /*使用for循环求1到100之间所有能被3整除的整数的和。 */ public class Lei { public static void main(Str 阅读全文
posted @ 2020-03-30 12:22 Coder-Yuan 阅读(207) 评论(0) 推荐(0)