標題:
[作業] 小星星
[打印本頁]
作者:
王瑞喻
時間:
2020-5-14 17:31
標題:
[作業] 小星星
作者:
駱顗安
時間:
2020-5-27 23:40
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int out=1;
for(int i=1; i<=5; i++)
{
for(int j=1;j<=(3-out)/2;j++)
{
cout<<" ";
}
for(int k=1;k<=out;k++)
{
cout<<"*";
}
if(out==1)
out=3;
else
out=1;
cout<<endl;
}
system("pause");
return 0;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2