標題:
[隨堂練習] 小星星6
[打印本頁]
作者:
周政輝
時間:
2017-4-29 10:01
標題:
[隨堂練習] 小星星6
[attach]2185[/attach]
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
for(______________)
{
for(______________)
{
cout<<" ";
}
for(______________)
{
cout<<"*";
}
cout<<endl;
}
system("pause");
return 0;
}
作者:
莊旻叡
時間:
2017-4-29 10:06
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a,b,c;
for(a=5;a<=9;a+=2)
{
for(b=9;b>a;b-=2)
{
cout<<" ";
}
for(c=0;c<=a;c++)
{
cout<<"*";
}
cout<<endl;
}
system("pause");
return 0;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2