Q59
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