文件名称:EX06
介绍说明--下载内容均来自于网络,请自行研究使用
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(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)
相关搜索: ex06
(系统自动生成,下载前可以参看下载内容)
下载文件列表
3183_EX06\1.cpp
3183_EX06\1.exe
3183_EX06\2.cpp
3183_EX06\2.exe
3183_EX06\3.cpp
3183_EX06\3.exe
3183_EX06
3183_EX06\1.exe
3183_EX06\2.cpp
3183_EX06\2.exe
3183_EX06\3.cpp
3183_EX06\3.exe
3183_EX06