DecimalFormat df = new DecimalFormat("0,000"); double total = Alatte + Amocca + Acapu; System.out.println("Grand tatal is"+(total)+"Baht");
確定! 回上一頁