欢迎来到天天文库
浏览记录
ID:49438102
大小:145.75 KB
页数:197页
时间:2020-03-01
《C++-primer-plus(第6版)中文版-编程练习答案(word版).docx》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、第二章:开始学习C++//ex2.1--displayyournameandaddress#includeintmain(void){usingnamespacestd;cout<<"MynameisliaochunguangandIliveinhunanchenzhou.”;}//ex2.2--convertthefurlongunitstoyarduints-把浪单位换位码单位#includedoublefur2yd(double);intmain(){usingnamespacestd;cou
2、t<<"enterthedistancemeasuredbyfurlongunits:";doublefur;cin>>fur;cout<<"convertthefurlongtoyard"<voidmice();voidsee();usingn
3、amespacestd;intmain(){mice();mice();see();see();return0;}voidmice(){cout<<"threeblindmice"<intmain(){usingnamespacestd;cout<<"Enteryourage:";intage;cin>>age;intmonth;month=age*12;cout<4、nth<<"months"<doubleC2F(double);intmain(){usingnamespacestd;cout<<"pleaseenteraCelsiusvalue:";doubleC;cin>>C;doubleF;F=C2F(C);cout<5、;}doubleC2F(doublet){return1.8*t+32;}//ex2.6---convertthelightyearsvalvetoastronomicalunits--把光年转换为天文单位#includedoubleconvert(double);//函数原型intmain(){usingnamespacestd;cout<<"Enterthenumberoflightyears:";doublelight_years;cin>>light_years;doubleastro_units;astro_un6、its=convert(light_years);cout<voidshow();main(){usingnamespacestd;show();return0;}voidshow(){usingnam7、espacestd;inth,m;cout<<"enterthenumberofhours:";cin>>h;cout<<"enterthenumberofminutes:";cin>>m;cout<<"Time:"<constintinch_per_feet=12;//const常量--1feet=12inches--1英尺=12英寸intmain(){usingnamespacestd;co8、ut<<"pleaseenteryourheightininches:bbb";//b表示为退格字符intht_inch;cin>>ht_inch;inth
4、nth<<"months"<doubleC2F(double);intmain(){usingnamespacestd;cout<<"pleaseenteraCelsiusvalue:";doubleC;cin>>C;doubleF;F=C2F(C);cout<5、;}doubleC2F(doublet){return1.8*t+32;}//ex2.6---convertthelightyearsvalvetoastronomicalunits--把光年转换为天文单位#includedoubleconvert(double);//函数原型intmain(){usingnamespacestd;cout<<"Enterthenumberoflightyears:";doublelight_years;cin>>light_years;doubleastro_units;astro_un6、its=convert(light_years);cout<voidshow();main(){usingnamespacestd;show();return0;}voidshow(){usingnam7、espacestd;inth,m;cout<<"enterthenumberofhours:";cin>>h;cout<<"enterthenumberofminutes:";cin>>m;cout<<"Time:"<constintinch_per_feet=12;//const常量--1feet=12inches--1英尺=12英寸intmain(){usingnamespacestd;co8、ut<<"pleaseenteryourheightininches:bbb";//b表示为退格字符intht_inch;cin>>ht_inch;inth
5、;}doubleC2F(doublet){return1.8*t+32;}//ex2.6---convertthelightyearsvalvetoastronomicalunits--把光年转换为天文单位#includedoubleconvert(double);//函数原型intmain(){usingnamespacestd;cout<<"Enterthenumberoflightyears:";doublelight_years;cin>>light_years;doubleastro_units;astro_un
6、its=convert(light_years);cout<voidshow();main(){usingnamespacestd;show();return0;}voidshow(){usingnam
7、espacestd;inth,m;cout<<"enterthenumberofhours:";cin>>h;cout<<"enterthenumberofminutes:";cin>>m;cout<<"Time:"<constintinch_per_feet=12;//const常量--1feet=12inches--1英尺=12英寸intmain(){usingnamespacestd;co
8、ut<<"pleaseenteryourheightininches:bbb";//b表示为退格字符intht_inch;cin>>ht_inch;inth
此文档下载收益归作者所有