摘要: 1. 分别使用for循环,while循环,do循环求1到100之间所有能被3整除的整数的和。(知识点:循环语句) 1)for循环 public class tong { public static void main(String[] args) { int sum=0; for(int i=1;i 阅读全文
posted @ 2020-03-31 14:31 脱贫致富奔小康 阅读(162) 评论(0) 推荐(0)