摘要: 输入等腰三角形的高即行数,用“”*”打印出等腰三角形 public class TestDemo { public static void main(String[] args) { //打印三角形 5行 //方法一 // for (int i=1; i<=5; i++){ // for (int 阅读全文
posted @ 2022-06-22 20:37 理暗 阅读(3249) 评论(0) 推荐(0)