欢迎来到天天文库
浏览记录
ID:59547739
大小:141.59 KB
页数:135页
时间:2020-11-10
《C++--primer-plus-(第6版)-中文版编程练习答案.docx》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、第二章:开始学习C++//ex2.1--displayyournameandaddress#includeintmain(void){usingnamespacestd;cout<<"MynameisliaochunguangandIliveinhunanchenzhou.”;}//ex2.2--convertthefurlongunitstoyarduints-把浪单位换位码单位#includedoublefur2yd(double);intmain(){usingnamespacestd;cout<<"entert
2、hedistancemeasuredbyfurlongunits:";doublefur;cin>>fur;cout<<"convertthefurlongtoyard"<voidmice();voidsee();usingnamespacestd;intmain(
3、){mice();mice();see();see();return0;}voidmice(){cout<<"threeblindmice"<intmain(){usingnamespacestd;cout<<"Enteryourage:";intage;cin>>age;intmonth;month=age*12;cout<4、/ex2.5---converttheCelsiusvalvetoFahrenheitvalue#includedoubleC2F(double);intmain(){usingnamespacestd;cout<<"pleaseenteraCelsiusvalue:";doubleC;cin>>C;doubleF;F=C2F(C);cout<5、x2.6---convertthelightyearsvalvetoastronomicalunits--把光年转换为天文单位#includedoubleconvert(double);//函数原型intmain(){usingnamespacestd;cout<<"Enterthenumberoflightyears:";doublelight_years;cin>>light_years;doubleastro_units;astro_units=convert(light_years);cout<6、_years="<voidshow();main(){usingnamespacestd;show();return0;}voidshow(){usingnamespacestd;inth,m;cout<<"enterthenumberofhours:";cin>>h;cout<7、<"enterthenumberofminutes:";cin>>m;cout<<"Time:"<constintinch_per_feet=12;//const常量--1feet=12inches--1英尺=12英寸intmain(){usingnamespacestd;cout<<"pleaseenteryourheightininches:___bbb";//b表示为退格字符intht_inch;ci8、n>>ht_inch;i
4、/ex2.5---converttheCelsiusvalvetoFahrenheitvalue#includedoubleC2F(double);intmain(){usingnamespacestd;cout<<"pleaseenteraCelsiusvalue:";doubleC;cin>>C;doubleF;F=C2F(C);cout<5、x2.6---convertthelightyearsvalvetoastronomicalunits--把光年转换为天文单位#includedoubleconvert(double);//函数原型intmain(){usingnamespacestd;cout<<"Enterthenumberoflightyears:";doublelight_years;cin>>light_years;doubleastro_units;astro_units=convert(light_years);cout<6、_years="<voidshow();main(){usingnamespacestd;show();return0;}voidshow(){usingnamespacestd;inth,m;cout<<"enterthenumberofhours:";cin>>h;cout<7、<"enterthenumberofminutes:";cin>>m;cout<<"Time:"<constintinch_per_feet=12;//const常量--1feet=12inches--1英尺=12英寸intmain(){usingnamespacestd;cout<<"pleaseenteryourheightininches:___bbb";//b表示为退格字符intht_inch;ci8、n>>ht_inch;i
5、x2.6---convertthelightyearsvalvetoastronomicalunits--把光年转换为天文单位#includedoubleconvert(double);//函数原型intmain(){usingnamespacestd;cout<<"Enterthenumberoflightyears:";doublelight_years;cin>>light_years;doubleastro_units;astro_units=convert(light_years);cout<6、_years="<voidshow();main(){usingnamespacestd;show();return0;}voidshow(){usingnamespacestd;inth,m;cout<<"enterthenumberofhours:";cin>>h;cout<7、<"enterthenumberofminutes:";cin>>m;cout<<"Time:"<constintinch_per_feet=12;//const常量--1feet=12inches--1英尺=12英寸intmain(){usingnamespacestd;cout<<"pleaseenteryourheightininches:___bbb";//b表示为退格字符intht_inch;ci8、n>>ht_inch;i
6、_years="<voidshow();main(){usingnamespacestd;show();return0;}voidshow(){usingnamespacestd;inth,m;cout<<"enterthenumberofhours:";cin>>h;cout<
7、<"enterthenumberofminutes:";cin>>m;cout<<"Time:"<constintinch_per_feet=12;//const常量--1feet=12inches--1英尺=12英寸intmain(){usingnamespacestd;cout<<"pleaseenteryourheightininches:___bbb";//b表示为退格字符intht_inch;ci
8、n>>ht_inch;i
此文档下载收益归作者所有