標題:
[作業] 小星星 3
[打印本頁]
作者:
tonyh
時間:
2015-5-15 20:55
標題:
[作業] 小星星 3
本帖最後由 tonyh 於 2016-5-27 11:19 編輯
利用巢狀迴圈, 試做一個長為10顆*, 高為4顆*, 之平行四邊形, 排列如下圖:
[attach]1242[/attach]
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
for(_____________)
{
for(_____________)
{
cout<<" ";
}
for(_____________)
{
cout<<"*";
}
cout<<endl;
}
system("pause");
return 0;
}
複製代碼
本帖隱藏的內容需要回復才可以瀏覽
作者:
沈子耕
時間:
2015-5-15 21:26
此帖僅作者可見
作者:
曾挺桂
時間:
2015-5-15 21:27
此帖僅作者可見
作者:
陳思惟
時間:
2015-5-20 20:59
此帖僅作者可見
作者:
林侑成
時間:
2015-5-22 20:06
此帖僅作者可見
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2