標題:
顯示谷哥人1號到谷哥人5號
[打印本頁]
作者:
may
時間:
2013-8-31 17:34
標題:
顯示谷哥人1號到谷哥人5號
谷哥人1號
谷哥人2號
谷哥人3號
谷哥人4號
谷哥人5號
作者:
張峻瑋
時間:
2013-8-31 17:39
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
for(int i=1;i<=5;i++)
{
cout<<"谷哥人"<<i<<"號"<<endl;
}
system("pause");
return 0;
}
複製代碼
作者:
謝典育
時間:
2013-8-31 17:41
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
for(int i=1;i<=5;i+=1)
{
cout<<"谷哥人"<<i<<"號"<<endl;
}
system("pause");
return 0;
作者:
李彥彤
時間:
2013-8-31 17:41
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
for(int zzzz=1;zzzz<=5;zzzz++)
{
cout<<"谷哥人"<<zzzz<<"號"<<endl;
}
system("pause");
return 0;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2