System.out.println("double : " + String.format("%.2f", input));
References
https://www.mkyong.com/java/java-display-double-in-2-decimal-points/
System.out.println("double : " + String.format("%.2f", input));
References
https://www.mkyong.com/java/java-display-double-in-2-decimal-points/