標題:
[挑戰題]陣列之練習(難度:易)
[打印本頁]
作者:
李泳霖
時間:
2024-1-26 11:26
標題:
[挑戰題]陣列之練習(難度:易)
#include<iostream>
#include<cstdlib>
#include<algorithm>
using namespace std;
int main()
{
int num=0;//存放大於50的個數
int num2=0;//存放小於50的個數
int a== {20,45,78,34,16,3,99,56};
/*
* 請使用迴圈找出a陣列大於50的個數幾個
* .
* .
*/
cout<<"大於50的個數為:"<<num<<endl;
/*
* 請使用迴圈找出a陣列小於於50的個數幾個
* .
* .
*/
cout<<"小於50的個數為:"<<num2<<endl;
system("pause");
return 0;
}
複製代碼
作者:
張御奎
時間:
2024-1-26 12:21
此帖僅作者可見
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/)
Powered by Discuz! 7.2