Report Bug
Qus : How do you round the number 7.25, to the nearest integer?
QusHow do you round the number 7.25, to the nearest integer?

A. round(7.25)
B. Math.rnd(7.25)
C. rnd(7.25)
D. Math.round(7.25)


Solution
D. Math.round(7.25)






Report Bug