摘要: 1. package ooo; public class jjj { public static void main(String[] args) { // TODO Auto-generated method stub int sum=0; for (int i = 1; i <=100; i++ 阅读全文
posted @ 2023-04-11 13:43 刘凯铭 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 1.分别使用for循环,while循环,do循环求1到100之间所有能被3整除的整数的和。(知识点:循环语句) package www; public class Wyyy { public static void main(String[] args) { // TODO Auto-generat 阅读全文
posted @ 2023-04-11 13:23 刘凯铭 阅读(5) 评论(0) 推荐(0) 编辑