Java Double 2 Dezimal
String result = String.format("%.2f", value);
Epic Coder
String result = String.format("%.2f", value);
double res = Math.round(a * 100) / 100;