String answer = String.format("%.2f", result); cosi funzia ma mi mette la virgola
String answer2 = String format(Locale.ENGLISH, "%.2f", result); cosi' mi da propro errore
String answer = String.format("%.2f", result); cosi funzia ma mi mette la virgola
String answer2 = String format(Locale.ENGLISH, "%.2f", result); cosi' mi da propro errore