摘要: 1. 分别使用for循环,while循环,do循环求1到100之间所有能被3整除的整数的和。 1 public class test { 2 public static void main(String[] args) { 3 int he=0; 4 for (int i = 1; i <=100 阅读全文
posted @ 2020-04-01 10:00 就这水平? 阅读(110) 评论(0) 推荐(0)