Currency

suggest change
Currency currency = Currency.getInstance("USD");
NumberFormat format = NumberFormat.getCurrencyInstance();
format.setCurrency(currency);
format.format(10.00);

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents