Which Of These Methods Return A Smallest Whole Number Greater #513
Which of these methods return 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 - Rounding Functions - Quiz No.1.
Which of these methods return a smallest whole number greater than or equal to variable X?
double ceil(double X)
double floor(double X)
double max(double X)
double min(double X)