摘要: 上机练习 1.分别使用for循环,while循环,do循环求1到100之间所有能被3整除的整数的和。(知识点:循环语句) 2.package asd; 3. 4.public class test { 5. 6. /** 7. * @param args 8. */ 9. public static 阅读全文
posted @ 2021-04-03 19:20 计算机1902张铭麟 阅读(53) 评论(0) 推荐(0) 编辑