Solveeit Logo

Question

Knowledge Tradition - Practices India Question on Input Output

What will be the output for the following code ?
SELECT ROUND(566.232,-2);

A

500.0

B

566.0

C

56.6232

D

600.0

Answer

566.0

Explanation

Solution

The correct option is(B): 566.0