what is the function of min ( ) in java .explain briefly
Answers
Answered by
2
Answer:
min() function is an inbuilt function in java which returns minimum of two numbers. The arguments are taken in int, double, float and long. If a negative and a positive number is passed as argument then the negative result is generated.
Explanation:
THANK YOU...
PLEASE MARK ME BRAINLIEST...
Answered by
0
Answer:
min() function is an inbuilt function in java which returns minimum of two numbers. The arguments are taken in int, double, float and long. If a negative and a positive number is passed as argument then the negative result is generated.
Explanation:
hope it's helpful dear
Similar questions