專案一:陣列分離
#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)
}cout<<"不重複的數有:";
for(i=0;i專案三:統計輸出
字串中(大/小寫)字母個數,數字個數及其它字元個數。
#include#includeusing namespace std;
int main()
else if(s[i]>='a'&&s[i]<='z')
else m++;
i++;
} cout<<"數字個數為:"<
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 第五次作業
二陣列選擇 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 score...
c 第五次作業
一 問題及 檔名稱 program1 版本號 v1.0 對任務及求解方法的描述部分 輸入描述 無 程式輸出 請實現各成員函式 問題分析 無 演算法設計 無 includeusing namespace std class naturalnumber void naturalnumber setval...