Computer Science, asked by saurabhsunil62691, 4 months ago

document.writenIn(Math.floor(7.2))?

Answers

Answered by kamalrajatjoshi94
2

Answer:

Math.floor returns a number that is less than or equal to the argument.It always returns a double data type.

Math.floor(7.2)

=7.0. Answer............

Similar questions