Vidyalelo
Java Programming · Q137

Interfaces and Abstract Classes

Programming · Java Programming · question 137

Q137

Which of these method returns a smallest whole number greater than or equal to variable X?

A.
double ciel(double X)
Answer
B.
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