Board logo

標題: 11101_b5易 [打印本頁]

作者: 李泳霖    時間: 2024-5-19 18:38     標題: 11101_b5易

[attach]18528[/attach]

請問若想要輸出如上圖畫面,底線程式碼如何完成?
  1. int n = 4;
  2. for (int i = 0; i < n; i++) {
  3.     for (int j = 0; j < 10; j++) {
  4.         if (j < n - i - 1 || j > ____) {
  5.             printf("*")
  6.         } else {
  7.             printf("%d", 2 * i + 1)
  8.         }
  9.     }
  10. }
複製代碼
本帖隱藏的內容需要回復才可以瀏覽

作者: 東緯    時間: 2024-5-19 19:29

此帖僅作者可見




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