本帖最後由 李泳霖 於 2023-2-6 10:59 編輯
- import java.util.Scanner;
- public class Ch02 {
- public static void main(String[] args) {
- // TODO 自動產生的方法 Stub
- for(int ___________; ____________; __________)
- {
- for(int ___________; ____________; __________)
- System.out.print("*");
- for(int ___________; ____________; __________)
- System.out.print(" ");
- for(int ___________; ____________; __________)
- System.out.print("*");
- System.out.println();
- }
- for(int ___________; ____________; __________)
- {
- for(int ___________; ____________; __________)
- System.out.print("*");
- for(int ___________; ____________; __________)
- System.out.print(" ");
- for(int ___________; ____________; __________)
- System.out.print("*");
- System.out.println();
- }
- }
- }
複製代碼本帖隱藏的內容需要回復才可以瀏覽 |