Board logo

標題: hello!10次(二) [打印本頁]

作者: may    時間: 2013-8-31 16:40     標題: hello!10次(二)

試著去更改i值的變化
作者: 張彥承    時間: 2013-8-31 16:46

#include <iostream>
#include <cstdlib>
using namespace std;

int main()
{
    for(int i=30;i<=49;i+=2)
    {
   
          cout<<"hello"<<endl;   
   
    }
    system("pause");
    return 0;
}
作者: 李彥彤    時間: 2013-8-31 16:50

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

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

作者: 張彥承    時間: 2013-8-31 16:52

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

  4. int main()
  5. {
  6.     for(int i=30;i<=49;i+=2)
  7.     {
  8.    
  9.           cout<<"hello"<<endl;   
  10.    
  11.     }
  12.     system("pause");
  13.     return 0;
  14. }
複製代碼

作者: 謝典育    時間: 2013-8-31 16:58

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     for(int i=1;i<=20;i+=2)
  7.     {
  8.     cout<<"Holle!!!!!!!!"<<endl;   
  9.     }

  10.     system("pause");   
  11.     return 0;   
  12. }
複製代碼

作者: 謝佩君    時間: 2013-8-31 16:58

提示: 作者被禁止或刪除 內容自動屏蔽
作者: 張峻瑋    時間: 2013-8-31 17:02

  1. #include <iostream>
  2. #include <cstdlib>
  3. using namespace std;
  4. int main ()
  5. {
  6.    for (int i=20;i<=39;i+=2)
  7.   {
  8.     cout<<"hello"<<endl;
  9.   }
  10.   system("pause");
  11.   return 0;
  12. }
複製代碼

作者: 謝佩君    時間: 2013-8-31 17:17

提示: 作者被禁止或刪除 內容自動屏蔽




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