Q. What will be the output of the following JavaScript code?
Code:
<script> document.write(Math.round(107.5)) </script>
β
Correct Answer: (C)
108
<script> document.write(Math.round(107.5)) </script>
You must be Logged in to update hint/solution