Computer Science, asked by gurjas58, 7 months ago

what is returned by ROUND(789.8389).​

Answers

Answered by ItzParth14
4

Answer:

.......xD

Explanation:

.........14

Answered by Tulsi4890
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