[Java]直角三角形、等腰三角形. //直角在右上int i,j,k; int n = 5;//輸入要的層for(i = 1 ; i<=n ; i++)//層數的for迴圈[ for( j = 1 ; j <=i ; j++)//根據外層行號, ...
確定! 回上一頁