標題:
小星星 1
[打印本頁]
作者:
方浩葦
時間:
2024-4-3 09:15
標題:
小星星 1
本帖最後由 方浩葦 於 2024-4-3 09:40 編輯
試運用巢狀迴圈完成以下圖案:
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
for(______________)
{
for(______________)
{
cout<<"*";
}
cout<<endl;
}
system("pause");
return 0;
}
複製代碼
本帖隱藏的內容需要積分高於 1 才可瀏覽
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2