Question 2: Write a program that defines a function, RoundToThousands(number), to round a number x to the thousands position. For each value read (by the user), your program should print the original value and the number rounded to the nearest thousands.

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
Question 2:
Write a program that defines a function, RoundToThousands(number), to round a
number x to the thousands position. For each value read (by the user), your program
should print the original value and the number rounded to the nearest thousands.
Hints
1- In the C Programming Language, the floor function returns the largest integer that is
smaller than
equal
x (i.e.: rounds down the nearest integer).
Example
The floor of 1.600000 is i.000000
2- In order to round a number to the nearest tenth, look at the next place value to the right
(the hundredths). If it's 4 or less, just remove all the digits to the right. If it's 5 or greater,
add 1 to the digit in the tenths place, and then remove all the digits to the right.
Еxample
The round to the nearest tenth of 46.145325 is 46.100000
The round to the nearest tenth of 78.768014 is 78.800000
3- To round a number to the nearest hundredth, look at the next place value to the right
(the thousandths). Same deal: If it's 4 or lcss, just remove all the digits to the right. If
2
/3 Q
Transcribed Image Text:Question 2: Write a program that defines a function, RoundToThousands(number), to round a number x to the thousands position. For each value read (by the user), your program should print the original value and the number rounded to the nearest thousands. Hints 1- In the C Programming Language, the floor function returns the largest integer that is smaller than equal x (i.e.: rounds down the nearest integer). Example The floor of 1.600000 is i.000000 2- In order to round a number to the nearest tenth, look at the next place value to the right (the hundredths). If it's 4 or less, just remove all the digits to the right. If it's 5 or greater, add 1 to the digit in the tenths place, and then remove all the digits to the right. Еxample The round to the nearest tenth of 46.145325 is 46.100000 The round to the nearest tenth of 78.768014 is 78.800000 3- To round a number to the nearest hundredth, look at the next place value to the right (the thousandths). Same deal: If it's 4 or lcss, just remove all the digits to the right. If 2 /3 Q
Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY