KnowledgeBoat Logo
|
LoginJOIN NOW

Computer Applications

Explain the following function:

Math.max( )

Java Math Lib Methods

40 Likes

Answer

Returns the greater of its 2 arguments. Its return type is same as the type of its arguments.

Answered By

25 Likes


Related Questions