Hi. I want to round the decimal value 5.345 up to 5.35. How is that possible using java.math.BigDecimal? Using the follow code does not round ...
www.coderanch.com