Question 103 of 130 from exam 1Z0-809: Java SE 8 Programmer II

Question 103 of 130 from exam 1Z0-809: Java SE 8 Programmer II

Question

Locale |Currency Symbol |Currency Code
us § USD
double d = 15;
Locale 1 = new Locale("en", "US");
NumberFormat formatter = NumberFormat .getCurrencyInstance (1)

System.out.printin (formatter. format (d));

What is the result?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

A.