Math Functions
Qus. 1 : How do you round the number 7.25, to the nearest integer?
- round(7.25)
- Math.rnd(7.25)
- rnd(7.25)
- Math.round(7.25)