Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

This Is A Computer Coding Problem(C), So Please Answer In Form Of Program Code (C), Thank you Write a C program which takes a real

This Is A Computer Coding Problem(C), So Please Answer In Form Of Program Code (C), Thank you

Write a C program which takes a real number X ( ab.cde) as input and rounds it to the closest whole number which has two decimal digits. Rounding rule works as follows if a digit is larger than or equal to 5, previous digit is incremented by 1, if a digit is smaller than 5, previous digit remains the same.

Input: 45.123 Output: 45

Input: 23.456 Output: 24

Input: 35.299 Output: 35

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database And Expert Systems Applications Dexa 2021 Workshops Biokdd Iwcfs Mlkgraphs Al Cares Protime Alsys 2021 Virtual Event September 27 30 2021 Proceedings

Authors: Gabriele Kotsis ,A Min Tjoa ,Ismail Khalil ,Bernhard Moser ,Atif Mashkoor ,Johannes Sametinger ,Anna Fensel ,Jorge Martinez-Gil ,Lukas Fischer

1st Edition

3030871002, 978-3030871000

More Books

Students also viewed these Databases questions

Question

Prove that L -1 is linear. Use the fact that L is linear.

Answered: 1 week ago

Question

c. What were the reasons for their move? Did they come voluntarily?

Answered: 1 week ago

Question

5. How do economic situations affect intergroup relations?

Answered: 1 week ago