java第五次作业
摘要:
1.分别使用for循环,while循环,do循环求1到100之间所有能被3整除的整数的和。(知识点:循环语句) package DaySix; public class Test1 { public static void main(String[] args) { for (int i = 1; 阅读全文
posted @ 2021-04-06 21:14 chenyulin11 阅读(45) 评论(0) 推荐(0) 编辑