Question:How do you round the number 8.25, to the nearest whole number?
A Math.rnd(8.25) B Math.round(8.25) C round(8.25) D rnd(8.25) E Math.round("8.25")
+ AnswerB E
+ Report