코딩테스트-자바
Java 코테를 위한 기능 정리 -수학-
시니성
2023. 7. 29. 18:15
* Math Class
- Math.max(int firstNum, int secondNum) : [Static Method] 두 인자중 큰 수를 반환한다. returnType : int
728x90