Vidyalelo
Java Programming · Q224

Interfaces and Abstract Classes

Programming · Java Programming · question 224

Q224

Which of these method returns a largest whole number less than or equal to variable X?

A.
double ceil(double X)
B.
double floor(double X)
Answer
C.
double max(double X)
D.
double min(double X)

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board