- WaveDecomposition 平面波分解为TE及TM波计算机推导程序
- TitleBarColor 界面漂亮的VC++计时器源码 界面漂亮的VC++计时器源码
- Digital.Circuit.Design.VHDL 数字电路VHDL程序设计Digital Circuit Design VHDL program
- KeyMouse 改源码用于实现鼠标的交互
- networking document document document document document document document document
- ActiveMQService Apache.NMS.ActiveMQ服务
文件名称:exercise 6 BUPT
下载1 (1.72kb)
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容来自于网络,使用问题请自行百度
Exercise 6: Simple Functions
1.Write a C program that reads several numbers and uses the function round_to_nearest to round each of these numbers to the nearest integer. The program should print both the original number and the rounded number.
2.Write a program that reads three pairs of numbers and adds the larger of the first pair, the larger of the second pair and the larger of the third pair. Use a function to return the larger of each pair.
3. A car park charges a £2.00 minimum fee to park for up to 3 hours, and an additional £0.50 for each hour or part hour in excess of three hours. The maximum charge for any given 24-hour period is £10.00. Assume that no car parks for more than 24 hours at a time.
Write a C program that will calculate and print the parking charges for each of 3 customers who parked their car in the car park yesterday. The program should accept as input the number of hours that each customer has parked, and output the results in a neat tabular form, along with the total receipts from the three customers:
Car Hours Charge
1 1.5 2.00
2 4.0 2.50
3 24.0 10.00
TOTAL 29.5 14.50
The program should use the function calculate_charges to determine the charge for each customer.
1.Write a C program that reads several numbers and uses the function round_to_nearest to round each of these numbers to the nearest integer. The program should print both the original number and the rounded number.
2.Write a program that reads three pairs of numbers and adds the larger of the first pair, the larger of the second pair and the larger of the third pair. Use a function to return the larger of each pair.
3. A car park charges a £2.00 minimum fee to park for up to 3 hours, and an additional £0.50 for each hour or part hour in excess of three hours. The maximum charge for any given 24-hour period is £10.00. Assume that no car parks for more than 24 hours at a time.
Write a C program that will calculate and print the parking charges for each of 3 customers who parked their car in the car park yesterday. The program should accept as input the number of hours that each customer has parked, and output the results in a neat tabular form, along with the total receipts from the three customers:
Car Hours Charge
1 1.5 2.00
2 4.0 2.50
3 24.0 10.00
TOTAL 29.5 14.50
The program should use the function calculate_charges to determine the charge for each customer.
相关搜索: exercise 6 BUPT
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : EX06.zip 列表 2019213189-EX06/ 2019213189-EX06/2019213189-EX06-01.cpp 2019213189-EX06/2019213189-EX06-02.cpp 2019213189-EX06/2019213189-EX06-03.cpp
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.