what is returned by ROUND(789.8389).
Answers
Answered by
4
Answer:
.......xD
Explanation:
Answered by
0
The output returned is 790.
Given:
ROUND(789.8389).
To Find:
The output of round(789.8389).
Solution:
We have to run the code in any one of the programming languages. Here we use python language and the code is print(round(789.8389))
- The round function is used to round off the given number.
- This round function is a built-in function.
- It returns a rounded floating point number of a given number.
Therefore, The output returned is 790.
#SPJ2
Similar questions
Chemistry,
3 months ago
Math,
3 months ago
Science,
3 months ago
Accountancy,
7 months ago
Math,
7 months ago
Accountancy,
11 months ago