Computer Science, asked by aimone1424, 8 months ago

Min ( ) function is used to find ............. value

Answers

Answered by antanmayee104
5

Answer:

Min() function is used to find the minimum of 2 values

Syntax:

Math.min (a,b);

Example:

Math.min (23,25);

OUTPUT: 23

Return type can be double, int anything depending on the data type

Similar questions