專案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:字串
參考上面的示例,統計輸出
字串中(大/小寫)字母個數,數字個數及其它字元個數。
#include
#include
using
namespace
std;
intmain()
cout<<"其中的數字個數是: "
<
cout<<"其中的字母個數是: "
<
cout<<"其他字元個數是: "
<
return
0;
} 專案2:陣列選擇
從鍵盤中輸入10個數放在陣列a中,將該陣列中不重複的數放到陣列b中,
#include
void
main()
for(i=0;i<10;i++)
}
}
cout<<"不重複的數字為:"
;
for(i=0;i
cout<" "
;
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 第五次作業
二陣列選擇 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...