Home » JAVA Programming » Methods » Question
  1. Which of these method returns a smallest whole number greater than or equal to variable p?
    1. double floor(double p)
    2. double max(double p)
    3. double min(double p)
    4. double ciel(double p)
    5. None of these
Correct Option: D

ciel(double X) returns the smallest whole number greater than or equal to variable p.



Your comments will be displayed only after manual approval.