Exercise:

Round "5.3" to the nearest integer, and display it.

Hint: Use the round() method.

Edit This Code:
Result:
Correct Code:
Correct Result:
Exercise - © w3schools.com