Board logo

標題: 顯示谷哥人1號到谷哥人5號 [打印本頁]

作者: may    時間: 2013-8-31 17:34     標題: 顯示谷哥人1號到谷哥人5號

谷哥人1號
谷哥人2號
谷哥人3號
谷哥人4號
谷哥人5號
作者: 張峻瑋    時間: 2013-8-31 17:39

  1. #include <iostream>
  2. #include <cstdlib>
  3. using namespace std;

  4. int main()
  5. {
  6.     for(int i=1;i<=5;i++)
  7.     {
  8.         cout<<"谷哥人"<<i<<"號"<<endl;   
  9.     }
  10.     system("pause");
  11.     return 0;
  12. }
複製代碼

作者: 謝典育    時間: 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

  1. #include <iostream>
  2. #include <cstdlib>
  3. using namespace std;

  4. int main()
  5. {
  6.     for(int zzzz=1;zzzz<=5;zzzz++)
  7.     {
  8.         cout<<"谷哥人"<<zzzz<<"號"<<endl;   
  9.     }
  10.     system("pause");
  11.     return 0;
  12. }
複製代碼





歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/) Powered by Discuz! 7.2