c++에서는 //라는것을 사용하여 실수의 몫만을 구할 수 있었는데, 자바에서는 없나요?
Java에서 실수의 몫을 구하려면 floor함수를 사용해보세요.
예시: Math.floor(100.56)
Math.floor(100.56)