1.

Which of these method returns a smallest whole number greater than or equal to variable X?(a) double Ciel(double X)(b) double Floor(double X)(c) double Max(double X)(d) double Min(double X)

Answer» Correct answer is (a) double Ciel(double X)

The best I can explain: Ciel(double X) returns the smallest whole number greater than or equal to variable X.


Discussion

No Comment Found

Related InterviewSolutions