Home » JAVA Programming » Methods » Question
  1. Which of these method returns the remainder of dividend / divisor?
    1. CSIremainder()
    2. IEEEremainder()
    3. remainder()
    4. getRemainder()
    5. None of these
Correct Option: B

IEEEremainder() returns the remainder of dividend / divisor.



Your comments will be displayed only after manual approval.