C++ primer plus(第6版)中文版编程练习答案.pdf

C++ primer plus(第6版)中文版编程练习答案.pdf

ID:20590733

大小:690.81 KB

页数:197页

时间:2018-10-14

C++ primer plus(第6版)中文版编程练习答案.pdf_第1页
C++ primer plus(第6版)中文版编程练习答案.pdf_第2页
C++ primer plus(第6版)中文版编程练习答案.pdf_第3页
C++ primer plus(第6版)中文版编程练习答案.pdf_第4页
C++ primer plus(第6版)中文版编程练习答案.pdf_第5页
资源描述:

《C++ primer plus(第6版)中文版编程练习答案.pdf》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库

1、第二章:开始学习C++//ex2.1--displayyournameandaddress#includeintmain(void){usingnamespacestd;cout<<"MynameisliaochunguangandIliveinhunanchenzhou.”;}//ex2.2--convertthefurlongunitstoyarduints-把浪单位换位码单位#includedoublefur2yd(double);intmain(){usingnamespacestd;cout<<"enterthed

2、istancemeasuredbyfurlongunits:";doublefur;cin>>fur;cout<<"convertthefurlongtoyard"<voidmice();voidsee();usingnamespacestd;intmain(){mice

3、();mice();see();see();return0;}voidmice(){cout<<"threeblindmice"<intmain(){usingnamespacestd;cout<<"Enteryourage:";intage;cin>>age;intmonth;month=age*12;cout<

4、converttheCelsiusvalvetoFahrenheitvalue#includedoubleC2F(double);intmain(){usingnamespacestd;cout<<"pleaseenteraCelsiusvalue:";doubleC;cin>>C;doubleF;F=C2F(C);cout<

5、rtthelightyearsvalvetoastronomicalunits--把光年转换为天文单位#includedoubleconvert(double);//函数原型intmain(){usingnamespacestd;cout<<"Enterthenumberoflightyears:";doublelight_years;cin>>light_years;doubleastro_units;astro_units=convert(light_years);cout<

6、_units<<"astronomicalunits."<voidshow();main(){usingnamespacestd;show();return0;}voidshow(){usingnamespacestd;inth,m;cout<<"enterthenumberofhours:";cin>>h;cout<<"enterthenumberof

7、minutes:";cin>>m;cout<<"Time:"<constintinch_per_feet=12;//const常量--1feet=12inches--1英尺=12英寸intmain(){usingnamespacestd;cout<<"pleaseenteryourheightininches:___bbb";//b表示为退格字符intht_inch;cin>>ht_inch;i

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。