標題:
進階蝴蝶小測驗(儀華)
[打印本頁]
作者:
葉桔良
時間:
2022-3-28 01:32
標題:
進階蝴蝶小測驗(儀華)
本帖最後由 葉桔良 於 2022-4-1 19:20 編輯
請使用for迴圈製作以下圖形
[attach]12920[/attach]
public class test {
public static void main(String[] args) {
for(int i=?;i<=?;?) {
for(int j=?;j=?;?)
System.out.print(" ");
for(int k=?;k<?;?)
System.out.print("*");
for(int l=?;l<?;?)
System.out.print(" ");
for(int m=?;m<?;?)
System.out.print("*");
System.out.println();
}
for(int i=?;i<=?;?) {
for(int j=?;j<?;?)
System.out.print(" ");
for(int k=?;k<?;?)
System.out.print("*");
for(int l=?;l<?;?)
System.out.print(" ");
for(int m=?;m<?;?)
System.out.print("*");
System.out.println();
}
}
}
複製代碼
//*----------------*
//-**------------**
//--***--------***
//---****----****
//----**********
//---****----****
//--***--------***
//-**------------**
//*----------------*
作者:
葉桔良
時間:
2022-3-28 01:32
此帖僅作者可見
作者:
王儀華
時間:
2022-4-1 19:38
此帖僅作者可見
作者:
若晴
時間:
2022-6-19 11:53
此帖僅作者可見
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2