Computer Science, asked by chuguayush, 1 month ago

PREDICT THE OUTPUT :

Math.floor(45.87)

Answers

Answered by Anonymous
10

Answer:

  • The Math.floor() function returns the largest integer less than or equal to a given number.

Hope it helps you :)

Answered by nishanikumari23
2

Explanation:

ANSWER

-77.66

WORKING

Math.max method returns the greater of its 2 arguments. As -77.66 is greater than -87.45 so it is the output.

please mark me as brainlist

Similar questions