Which Of These Method Returns A Smallest Whole Number Greater #552
Which of these method returns a smallest whole number greater than or equal to variable X?
This multiple choice question (MCQ) is related to the book/course
gs gs128 Java.
It can also be found in
gs gs128 Exploring Java Lang Java IO - Java.lang - Miscellaneous Math Methods & StrictMath Class - Quiz No.1.
Which of these method returns a smallest whole number greater than or equal to variable X?
double ciel(double X)
double floor(double X)
double max(double X)
double min(double X)