摘要: 上机练习 1.分别使用for循环,while循环,do循环求1到100之间所有能被3整除的整数的和。(知识点:循环语句) for循环: 1 package boke4月2日; 2 3 public class Q11 { 4 5 /** 6 * @param args 7 */ 8 public s 阅读全文
posted @ 2021-04-02 18:50 MXT16 阅读(58) 评论(0) 推荐(0) 编辑