Computer Science, asked by tanishkasingh098, 5 months ago

Math.max(5,10) will return *


Answers

Answered by sreeprajna06
1

Answer:

10

as the maximum nubre is 10

among 5 and 10

Answered by Oreki
2

Answer:

10

Explanation:

Math.max() returns greater number of the two int, long, float or double values.

Similar questions