Min ( ) function is used to find ............. value
Answers
Answered by
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
Social Sciences,
4 months ago
Social Sciences,
4 months ago
English,
4 months ago
Math,
9 months ago
Math,
9 months ago
English,
1 year ago
English,
1 year ago
Math,
1 year ago