摘要: 课堂练习: 1.分别使用for循环,while循环,do循环求1到100之间所有能被3整除的整数的和。(知识点:循环语句) For循环: package wen; public class Test { public static void main(String[] args) { // TODO 阅读全文
posted @ 2023-04-02 14:42 ๓纯牛奶๓ 阅读(60) 评论(0) 推荐(0)