YES. However, you could use it to find the minimum of more than 2 numbers, like so: Example 1 : Let numbers be: int a,b,c; int min=Math.min((Math.min(a,b) ...
確定! 回上一頁