標題:
[隨堂測驗] 小星星 5
[打印本頁]
作者:
方浩葦
時間:
2024-4-4 10:20
標題:
[隨堂測驗] 小星星 5
利用巢狀回圈, 將符號*整齊排列成如下之三角形:
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
for(_____________)
{
for(_____________)
{
cout<<" ";
}
for(_____________)
{
cout<<"*";
}
cout<<endl;
}
system("pause");
return 0;
}
複製代碼
本帖隱藏的內容需要回復才可以瀏覽
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/)
Powered by Discuz! 7.2