摘要: 1. 分别使用for循环,while循环,do循环求1到100之间所有能被3整除的整数的和。(知识点:循环语句) 1 package as; 2 3 public class unll { 4 public static void main(String[] args) { 5 // TODO Au 阅读全文
posted @ 2020-03-31 20:51 射手要出宝石 阅读(131) 评论(0) 推荐(0) 编辑