標題:
{挑戰題}蝴蝶
[打印本頁]
作者:
李泳霖
時間:
2022-7-28 16:20
標題:
{挑戰題}蝴蝶
本帖最後由 李泳霖 於 2022-7-28 16:26 編輯
請以for迴圈寫出下列蝴蝶形狀(提示:三個迴圈)
[attach]13380[/attach]
#include<iostream>
using namespace std;
int main()
{
int a;
cout<<"Input:";
cin>>a;
for(int i=??; i<??; i??)
{
for(int k=??; k<=??; k??)
cout<<"*";
for(int j=??; j<=??; j??)
cout<<" ";
for(int k=??; k<=??; k??)
cout<<"*";
cout<<endl;
}
for(int i=??; i<??; i??)
{
for(int k=??; k<=??; k??)
cout<<"*";
for(int j=??; j<=??; j??)
cout<<" ";
for(int k=??; k<=??; k??)
cout<<"*";
cout<<endl;
}
system("pause");
return 0;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2