Vidyalelo
Java Programming · Q229

Interfaces and Abstract Classes

Programming · Java Programming · question 229

Q229

Which of these methods return a smallest whole number greater than or equal to variable X?

A.
double ceil(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