摘要: 分别使用for循环,while循环,do循环求1到100之间所有能被3整除的整数的和。(知识点:循环语句) 3. package gkd.cm; 4. 5. public class test1 { 6. 7. /** 8. * @param args 9. */ 10. public static 阅读全文
posted @ 2021-04-06 22:43 Vending 阅读(46) 评论(0) 推荐(0) 编辑