Chapter 6: Problem 13
An application of function floor is rounding a value to the nearest integer. The statement y=floor( x + .5 ); rounds the number x to the nearest integer and assigns the result to y. Write a program that reads several numbers and uses the preceding statement to round each of these numbers to the nearest integer. For each number processed, print both the original number and the rounded number.
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.