//import the DecimalFormat class..
import java.text.DecimalFormat;


Add this piece of code before printing out the result :


DecimalFormat decimalFormat = new DecimalFormat("#.##");...