

InterviewSolution
Saved Bookmarks
1. |
What is the function of min ( ) in java .explain briefly |
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... |
|