使用循環(huán)結(jié)構(gòu)編寫(xiě)程序,輸出以下圖形* * * * * ** * * * ** * **
熱心網(wǎng)友
public class G{ public static void main(String args[]) { int[] n = {6,5,3,1}; for (int i=0; i
使用循環(huán)結(jié)構(gòu)編寫(xiě)程序,輸出以下圖形* * * * * ** * * * ** * **
public class G{ public static void main(String args[]) { int[] n = {6,5,3,1}; for (int i=0; i