Computer Science, asked by sakshamkamalpradhan7, 1 day ago

What would be the outcome of the formula =ROUND(245.678,1)

Answers

Answered by QuestionLover
0

Answer:

245.7

Explanation:

The ROUND function rounds a number to a specified number of digits. For example, if cell A1 contains 23.7825, and you want to round that value to two decimal places, you can use the following formula:

=ROUND(A1, 2)

The result of this function is 23.78.

Hope it will help you :)

Similar questions