c语言全部题目与答案

c语言全部题目与答案

ID:35918012

大小:80.50 KB

页数:48页

时间:2019-04-24

c语言全部题目与答案_第1页
c语言全部题目与答案_第2页
c语言全部题目与答案_第3页
c语言全部题目与答案_第4页
c语言全部题目与答案_第5页
资源描述:

《c语言全部题目与答案》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库

1、C语言全部题目及答案Exercise1:ProgrammingEnvironmentandBasicInput/Output1.Writeaprogramthatprints“Thisismyfirstprogram!”onthescreen.(a)Savethisprogramontoyourowndiskwiththenameofe2-1a;(b)RunthisprogramwithoutopeningTurboC;(c)Modifythisprogramtoprint“Thisismysecondprogram!”,thensaveitase2-1b.Pleasedonotov

2、erwritethefirstprogram.2.Writeaprogramthatprintsthenumber1to4onthesameline.Writetheprogramusingthefollowingmethods:(a)Usingfour“printf”statements.(b)Usingone“printf”statementwithnoconversionspecifier(i.e.no‘%’).(a)Usingone“printf”statementwithfourconversionspecifiers3.(a)Writeaprogramthatcalcul

3、atesanddisplaysthenumberofminutesin15days.(b)Writeaprogramthatcalculatesanddisplayshowmanyhours180minutesequalto.(c)(Optional)Howabout174minutes?ANSWERS:#includeintmain(){printf("Thisismyfirstprogram!");return0;}#includeintmain(){printf("1");printf("2");printf("3");printf("4")

4、;return0;}#includeintmain(){floatdays,minutes;days=15;minutes=days*24*60;#includeintmain(){printf("Thisismysecondprogram!");return0;}#includeintmain(){printf("1234");return0;}#includeintmain(){printf("%d%d%d%d",1,2,3,4);return0;printf("Thenumberofminutesin15d

5、aysare%f",minutes);return0;}#includeintmain(){floatminutes,hours;minutes=180;hours=}minutes/60;printf("180minutesequalto%fhours",hours);return0;}#includeintmain(){floatminutes,hours;minutes=174;hours=minutes/60;printf("174minutesequalto%fhours",hours);return0;}Exercise2:

6、DataTypesandArithmeticOperations1.Youpurchasealaptopcomputerfor$889.Thesalestaxrateis6percent.WriteandexecuteaCprogramthatcalculatesanddisplaysthetotalpurchaseprice(netprice+salestax).2.Writeaprogramthatreadsintheradiusofacircleandprintsthecircle’sdiameter,circumferenceandarea.Usethevalue3.1415

7、9for“p”.3.Writeaprogramthatreadsintwonumbers:anaccountbalanceandanannualinterestrateexpressedasapercentage.Yourprogramshouldthendisplaythenewbalanceafterayear.Therearenodepositsorwithdraws–justtheinterestpayment.Yourprogramshouldb

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

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

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