Computer Science, asked by warmachine8473, 8 months ago

Predict the return data type of math.round()

Answers

Answered by sujeetrsskmp
0

Answer:

Math.floor method returns the largest double value that is less than or equal to the argument and is equal to a mathematical integer. As -5.0 is the largest mathematical integer less than -4.7 so it is the output. Note that -4.7 is a negative number so the largest integer less than -4.7 is -5.0 and not -4.0.

Explanation:

mark me brainlist

Answered by umakant943
0

Predict the return data type of math.round()

long or int

Similar questions