Multiple choice

Which of the following methods in java returns the nearest integer value to the argument specified with it?

  1. min()

  2. max()

  3. rint()

  4. round()

  5. ceil()

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

This method in java returns the nearest integer value to the argument specified with it.