Board logo

標題: 進階蝴蝶小測驗(儀華) [打印本頁]

作者: 葉桔良    時間: 2022-3-28 01:32     標題: 進階蝴蝶小測驗(儀華)

本帖最後由 葉桔良 於 2022-4-1 19:20 編輯

請使用for迴圈製作以下圖形
[attach]12920[/attach]
  1. public class test {
  2.         public static void main(String[] args) {               
  3.                 for(int i=?;i<=?;?) {
  4.                         for(int j=?;j=?;?)
  5.                                 System.out.print(" ");
  6.                         for(int k=?;k<?;?)
  7.                                 System.out.print("*");
  8.                         for(int l=?;l<?;?)
  9.                                 System.out.print(" ");
  10.                         for(int m=?;m<?;?)
  11.                                 System.out.print("*");
  12.                 System.out.println();
  13.                 }
  14.                 for(int i=?;i<=?;?) {
  15.                         for(int j=?;j<?;?)
  16.                                 System.out.print(" ");
  17.                         for(int k=?;k<?;?)
  18.                                 System.out.print("*");
  19.                         for(int l=?;l<?;?)
  20.                                 System.out.print(" ");
  21.                         for(int m=?;m<?;?)
  22.                                 System.out.print("*");
  23.                 System.out.println();
  24.                 }      
  25.         }
  26. }
複製代碼
//*----------------*
//-**------------**
//--***--------***
//---****----****
//----**********
//---****----****
//--***--------***
//-**------------**
//*----------------*
作者: 葉桔良    時間: 2022-3-28 01:32

此帖僅作者可見
作者: 王儀華    時間: 2022-4-1 19:38

此帖僅作者可見
作者: 若晴    時間: 2022-6-19 11:53

此帖僅作者可見




歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/) Powered by Discuz! 7.2