標題:
小星星 4
[打印本頁]
作者:
張翼安
時間:
2015-11-21 01:06
標題:
小星星 4
利用巢狀迴圈, 試做一個長為10顆*, 高為4顆*, 之平行四邊形, 排列如下圖:
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
for(____________)
{
for(____________)
{
cout<<" ";
}
for(____________)
{
cout<<"*";
}
cout<<endl;
}
system("pause");
return 0;
}
複製代碼
作者:
任立宇
時間:
2015-11-21 10:27
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
for(_____________)
{
for(_____________)
{
cout<<" ";
}
for(_____________)
{
cout<<"*";
}
cout<<endl;
}
system ("pause");
return 0;
}
作者:
蔡庭豪
時間:
2015-11-21 10:55
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
for(int x=0;x<=3;x++)
{
for(int y=0;y<0+x;y++)
{
cout<<" ";
}
for(int z=0;z<=10;z++)
{
cout<<"*";
}
cout<<endl;
}
system ("pause");
return 0;
}
複製代碼
作者:
張文擇
時間:
2015-11-21 11:00
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
for(int x=0; x<0+X; x++)
{
for(int s=0;s<0+X s++)
{
cout<<" ";
}
for(int j=0;j<0+X j++)
{
cout<<"*";
}
cout<<endl;
}
system ("pause");
return 0;
}
複製代碼
作者:
蔡季樺
時間:
2015-11-21 11:02
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
for(int x=0;x<=3;x++)
{
for(int y=0;y<0+x;y++)
{
cout<<" ";
}
for(int z=0;z<=10;z++)
{
cout<<"*";
}
cout<<endl;
}
system ("pause");
return 0;
}
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2