用Java練習打印三角形和菱形 部分

package com.pei;class public class PrintTriangle {     private static final int n = 7;                      //圖形總行數     private static final int tmpUp = n / 2 + 1;  //打印菱形中的上行的三角形行數     private static
相關文章
相關標籤/搜索