what is the output ? Math.floor(-2.1)
a)2
b)-2
c)-3.0
d)0
Answer Posted / blessy carolina
-3.0
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is the difference between an interface and an abstract class?
Why is stringbuffer not immutable?
What is broken and continue statement?
What is java’s garbage collected heap?
Explain about class in java?
Tell us something about different types of casting?
Explain the difference between throw and throws in java?
Explain java code for recursive solution's base case?
What is static class
What does compareto () do in java?
How many bits is a string in java?
What checkbox method allows you to tell if a checkbox is checked?
Can a static class have a constructor java?
Why synchronization is important?
Where can I find jdk in my computer?