Q35
What is Math.floor(3.6)?
A.
3.0
AnswerB.
3
C.
4
D.
4.0
Answer: Option A
Solution
Answer: Option A
Solution:
The method floor gives the largest integer that is less than or equal to the argument.
Constructors and Methods
Programming · Java Programming · question 35
Q35
Answer: Option A
The method floor gives the largest integer that is less than or equal to the argument.