- 40
- 0
- 约1.02万字
- 约 7页
- 2017-08-22 发布于江苏
- 举报
Exercise-All
Exercise 1: Programming Environment and Basic Input/Output
Write a program that prints “This is my first program!” on the screen.
Save this program onto your own disk with the name of e2-1a;
Run this program without opening Turbo C;
Modify this program to print “This is my second program!”, then save it as e2-1b. Please do not overwrite the first program.
Write a program that prints the number 1 to 4 on the same line. Write the program using the following methods:
Using four “printf” statements.
Using one “printf” statement with no conversion specifier (i.e. no ‘%’).
Using one “printf” statement with four conversion specifiers
3.(a) Write a program that calculates and displays the number of minutes in 15 days.
(b) Write a program that calculates and displays how many hours 180 minutes equal to.
(c) (Optional) How about 174 minutes?
Exercise 2: Data Types and Arithmetic Operations
1. You purchase a laptop computer for $889. The sales tax rate is 6 percent. Write and execute a C program that calculates and displays the total purchase price (net price + sales tax).
2.Write a program that reads in the radius of a circle and prints the circle’s diameter, circumference and area. Use the value 3.14159 for “?”.
3.Write a program that reads in two numbers: an account balance and an annual interest rate expressed as a percentage. Your program should then display the new balance after a year. There are no deposits or withdraws – just the interest payment. Your program should be able to reproduce the following sample run:
Interest calculation program.
Starting balance? 6000
Annual interest rate percentage? 4.25
Balance after one year: 6255
Exercise 3: Selection structure
Write a C program that accepts a student’s numerical grade, converts the numerical grade to Passed (grade is between 60-100), Failed (grade is between 0-59), or Error (grade is less than 0 or greater than 100).
Write a program that asks the user to enter an integer number, then tells the user whether
您可能关注的文档
- C语言算法例.doc
- C语言章习题答案.doc
- C语言训练选择题.doc
- C语言经典算法例.doc
- C语言编程算法精选.doc
- C质量手册(B版).doc
- C语言部分算法.doc
- C通用说明书V.doc
- C:笔打字练习习题集.doc
- D-货运集装箱振动测试的标准测试方法.doc
- 2025年零成本直播起号全流程落地培训课件.pptx
- 2026年物流行业无人化技术报告及智能仓储系统创新报告.docx
- 2026年环保行业污染治理创新报告及可持续发展技术分析报告.docx
- 2026年建筑行业创新报告及绿色节能材料应用报告.docx
- 2025年危化品储存运输应急处置培训课件 关键时刻能救命.pptx
- 2026年金融科技区块链数字身份报告.docx
- (16页PPT)小数的意义课件.pptx
- 2026年智慧医疗设备创新报告及远程医疗服务模式分析报告.docx
- 第六单元 世情百态主题阅读(讲义)语文统编版五四学制九年级上册.docx
- 2026年健康功能性植物饮料配方创新与市场分析报告.docx
原创力文档

文档评论(0)