Computer Science, asked by preeti5365, 8 months ago

The output of double m=Math.floor (8.912); *​

Answers

Answered by shantanukumar9686
6

Answer:

1.JavaScript, floor() is a function that is used to return the largest integer value that is less than or equal to a number. In other words, the floor() function rounds a number down and returns an integer value.

2.The ceil() function returns the smallest integer value that is greater than or equal to a number.

Similar questions