摘要: 打直角三角形: class Lianxi1 { public static void main(String[] args) { for(int a=0;a<=3;a++){ for(int b=0;b<a+1;b++){ System.out.print("*"); } System.out.pr 阅读全文
posted @ 2020-09-20 07:11 马雪峰1 阅读(974) 评论(0) 推荐(0)