Board logo

標題: {挑戰題} 菱形 [打印本頁]

作者: 李泳霖    時間: 2023-2-3 14:25     標題: {挑戰題} 菱形

[attach]15074[/attach]
  1. import java.util.Scanner;
  2. public class Ch02 {

  3.         public static void main(String[] args)  {
  4.                 // TODO 自動產生的方法 Stub
  5.                 for(______________)
  6.                 {
  7.                         for(______________)
  8.                                 System.out.print(" ");
  9.                                         for(______________)
  10.                                 System.out.print("*");
  11.                         System.out.println();
  12.                 }
  13.                 for(______________)
  14.                 {
  15.                         for(______________)
  16.                                 System.out.print(" ");
  17.                         for(______________)
  18.                                 System.out.print("*");
  19.                         System.out.println();
  20.                 }

  21.         }

  22. }
複製代碼
本帖隱藏的內容需要回復才可以瀏覽

作者: 黃鼎晉    時間: 2023-2-3 15:13

此帖僅作者可見
作者: 余俊霆    時間: 2023-2-6 09:43

此帖僅作者可見




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