How is rounding performed under integer division?
Answer Posted / satya
We can use java.lang.Math.ceil() and java.lang.Math.floor()
methodes in order for rounding numbers.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain throw keyword in java?
Does java have a compiler?
Can you change array size in java?
What is finally in Java?
Is java a software?
What is the difference between a field variable and a local variable?
what is recursion in java
What are 3 data types?
Can I learn java without any programming experience?
What are abstract methods in java?
Does .length start 0 java?
How java uses the string and stringbuffer classes?
What are anonymous inner classes?
Can finally block be used without a catch?
What do the thread?class methods run() and start() do?