2022年7月16日

方法

摘要: 阅读全文

posted @ 2022-07-16 17:06 大风吹过12138 阅读(9) 评论(0) 推荐(0)

打印三角形

摘要: //打印三角形 public class test01 { public static void main(String[] args) { for (int i = 0; i < 6; i++) { for (int j = 6; j >= i; j--) { System.out.print(" 阅读全文

posted @ 2022-07-16 00:54 大风吹过12138 阅读(25) 评论(0) 推荐(0)

导航