C 第五次作業

2021-07-11 18:17:19 字數 749 閱讀 7032

二陣列選擇

#include using namespace std;

int main()

for (int i = 0; i<10; i++)

}if (count == 1)

count = 0;

}cout<<"不重複的數字有:";

for (int i = 0; i

三成績#includeint main{}

int score[10];

int scorey[10];

int num,max,min;

cout<<"輸入人數:"<>num;

cout<<"輸入成績(0-100):";

for(int i=0;i>score[i];

}for(int i=0;iscore[i+1])

}max=score[num-1];

cout<

#include using namespace std;

int main()

cout<<"其中數字個數是:"<='a'&&str[i]<='z') n++;

i++;

}cout<<"其中大寫字母個數是:"<='a'&&str[i]<='z') n++;

i++;

}cout<<"其中小寫字母個數是:"<

五求和#include using namespace std;

int main()

else

}cout<<"正數和:"<

C 第五次作業

專案一 陣列分離 includeusing namespace std int main for i 0 i 9 i else cout 偶數為 for i 0 i 專案二 陣列選擇 includeusing namespace std int main for i 0 i 10 i if k 9 ...

c 第五次作業

專案1 陣列分離 從鍵盤中輸入10個數放在陣列a中,將該陣列中奇數放到陣列b,偶數放到陣列c中後分別輸出 include using namespace std intmain for i 0 i 10 i else for n 0 n for n 0 n return 0 專案4 字串 參考上面的...

c 第五次作業

一 問題及 檔名稱 program1 版本號 v1.0 對任務及求解方法的描述部分 輸入描述 無 程式輸出 請實現各成員函式 問題分析 無 演算法設計 無 includeusing namespace std class naturalnumber void naturalnumber setval...