Q137
Which of these method returns a smallest whole number greater than or equal to variable X?
A.
double ciel(double X)
AnswerB.
double floor(double X)
C.
double max(double X)
D.
double min(double X)
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board