Self Check
- Which are the most commonly used number types in Java?
- When does the cast (long) x yield a different result
from the call Math.round(x)?
- How do you round the double value x to the
nearest int value, assuming that you know that it is less
than 2 · 109?