摘要: 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:42 刘凯铭 阅读(32) 评论(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:22 刘凯铭 阅读(29) 评论(0) 推荐(0)