摘要: 上机练习: 1.使用for循环计算1-100的和,除了以3结尾的那些数 1 package boke4月9日; 2 3 public class Best1 { 4 5 /** 6 * @param args 7 */ 8 public static void main(String[] args) 阅读全文
posted @ 2021-04-09 23:16 MXT16 阅读(48) 评论(0) 推荐(0) 编辑