標題:
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
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
for(int i=1;i<=90;i+=9)
{
cout<<"hello"<<endl;
}
system("pause");
return 0;
}
複製代碼
作者:
張彥承
時間:
2013-8-31 16:52
#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:58
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
for(int i=1;i<=20;i+=2)
{
cout<<"Holle!!!!!!!!"<<endl;
}
system("pause");
return 0;
}
複製代碼
作者:
謝佩君
時間:
2013-8-31 16:58
提示:
作者被禁止或刪除 內容自動屏蔽
作者:
張峻瑋
時間:
2013-8-31 17:02
#include <iostream>
#include <cstdlib>
using namespace std;
int main ()
{
for (int i=20;i<=39;i+=2)
{
cout<<"hello"<<endl;
}
system("pause");
return 0;
}
複製代碼
作者:
謝佩君
時間:
2013-8-31 17:17
提示:
作者被禁止或刪除 內容自動屏蔽
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2