標題:
顯示2-100的偶數
[打印本頁]
作者:
may
時間:
2013-9-20 12:01
標題:
顯示2-100的偶數
使用for迴圈,顯示2-100的偶數
作者:
謝典育
時間:
2013-9-20 12:05
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
for( int i = 1; i <= 50; i++)
{
cout << i*2 << endl;
}
system("pause");
return 0;
}
複製代碼
作者:
謝佩君
時間:
2013-9-20 12:06
提示:
作者被禁止或刪除 內容自動屏蔽
作者:
謝典育
時間:
2013-9-20 12:07
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
for( int i = 1; i <= 50; i++)
{
cout << i*2 << endl;
}
system("pause");
return 0;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2