little thoughts...
public class Format{ public static void main(String args[]){ double amount = 2192.015; NumberFormat formatter = new DecimalFormat("#0.000"); System.out.println("The Decimal Value is:"+formatter.format(amount)); }}
No comments:
Post a Comment