【java】for循環輸出數字金字塔

輸出下列數字金字塔。     1   121  12321 1234321post   1 public class deng { 2 public static void main(String args[]) 3 { 4 int n,i,k,j; 5 for(n=1; n<=4; n++) //n在最外層控制行數 6
相關文章
相關標籤/搜索