Guest User

Untitled

a guest
Jul 16th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. Currency euro = Currency.getInstance("EUR");
  2. String ireland = euro.getSymbol(new Locale("en", "IE"));
  3. String germany = euro.getSymbol(Locale.GERMANY);
Add Comment
Please, Sign In to add comment