標題:
[牛刀小試 實作題19(難)]蝴蝶
[打印本頁]
作者:
李泳霖
時間:
2024-7-19 08:57
標題:
[牛刀小試 實作題19(難)]蝴蝶
請使用for迴圈製作以下圖形
[attach]19083[/attach]
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
for(____________)
{
for(____________)
cout<<" ";
for(____________)
cout<<"*";
for(____________)
cout<<" ";
for(____________)
cout<<"*";
cout<<endl;
}
for(____________)
{
for(____________)
cout<<" ";
for(____________)
cout<<"*";
for(____________)
cout<<" ";
for(____________)
cout<<"*";
cout<<endl;
}
system("pause");
return 0;
}
複製代碼
本帖隱藏的內容需要回復才可以瀏覽
作者:
梁云睿
時間:
2024-7-19 09:49
此帖僅作者可見
作者:
謝秉蓁
時間:
2024-7-19 10:17
此帖僅作者可見
作者:
鄭宇佑
時間:
2024-7-19 10:38
此帖僅作者可見
作者:
陳品宇
時間:
2024-7-19 11:31
此帖僅作者可見
作者:
張紘鳴
時間:
2024-7-19 12:49
此帖僅作者可見
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2