C++程序设计第五章答案.docx
《C++程序设计第五章答案.docx》由会员分享,可在线阅读,更多相关《C++程序设计第五章答案.docx(7页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、C+程序设计第五章答案 C/C+程序设计实验报告 实验五 练习5.2 代码如下: #include using namespace std; /display the numbers 逆序 int sumDigits(long n) int i,sum=0; while(n0) i = n % 10; n = n / 10; sum = sum + i; return sum; int main() couta; /use the function sumDigits cout0) i = number % 10; number = number / 10; sum = sum*10 + i;
2、 return sum; int main() cout a; /use the function int reverse cout=1;num-) coutinteger; /use the function displayPattern displayPattern(integer); return 0; 练习5.8 代码如下: /以下是头文件 double cTF(double c) double F = (9.0/5)*c + 32; return F; double fTC(double f) double C = (f - 32)/(9.0/5); return C; /以下是ma
3、in函数 #include #include #include tou.h using namespace std; int main() cout = 31) cout 0) cout ch1 ch2 numberPerLine; printChars(ch1, ch2, numberPerLine); return 0; 练习5.14 代码如下: #include using namespace std; /this is a function that used to compute the 4 * (1 - 1/3 + 1/5 - 1/7 + 1/9 .) double m(int i
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- C+ 程序设计 第五 答案
限制150内