摘要: 1. 分别使用for循环,while循环,do循环求1到100之间所有能被3整除的整数的和。(知识点:循环语句) package tx; public class test { public static void main(String[] args) { // TODO Auto-generat 阅读全文
posted @ 2020-03-30 14:14 无法显示 阅读(91) 评论(0) 推荐(0)