This topic contains a solution. Click here to go to the answer

Author Question: Suppose that NumberFormat currencyFormat = NumberFormat.getCurrencyInstance(Locale.US). Which of the ... (Read 196 times)

mmm

  • Hero Member
  • *****
  • Posts: 558

Question 1

Which of the following code displays the numbers with at least two digits before and after the decimal point?
◦ NumberFormat numberForm = NumberFormat.getNumberInstance(); numberForm.setMaximumFractionDigits(2); numberForm.setMinimumFractionDigits(2);
◦ NumberFormat numberForm = NumberFormat.getNumberInstance();
numberForm.setMaximumFractionDigits(2);
◦ NumberFormat numberForm = NumberFormat.getNumberInstance(); DecimalFormat df = (DecimalFormat)numberForm;
df.applyPattern("00.00");

Question 2

Suppose that NumberFormat currencyFormat = NumberFormat.getCurrencyInstance(Locale.US). Which of the following statement is legal?
◦ Number number = currencyFormat.parseCurrency("$5,000.56");
◦ Number number = NumberFormat.parse("$5,000.56");
◦ Number number = currencyFormat.parse("$5,000.56");
◦ Number number = currencyFormat.parse("5,000.56");


Related Topics

Need homework help now?

Ask unlimited questions for free

Ask a Question
Marked as best answer by mmm on May 6, 2020

johnpizzaz

  • Sr. Member
  • ****
  • Posts: 345
Lorsum iprem. Lorsus sur ipci. Lorsem sur iprem. Lorsum sur ipdi, lorsem sur ipci. Lorsum sur iprium, valum sur ipci et, vala sur ipci. Lorsem sur ipci, lorsa sur iprem. Valus sur ipdi. Lorsus sur iprium nunc, valem sur iprium. Valem sur ipdi. Lorsa sur iprium. Lorsum sur iprium. Valem sur ipdi. Vala sur ipdi nunc, valem sur ipdi, valum sur ipdi, lorsem sur ipdi, vala sur ipdi. Valem sur iprem nunc, lorsa sur iprium. Valum sur ipdi et, lorsus sur ipci. Valem sur iprem. Valem sur ipci. Lorsa sur iprium. Lorsem sur ipci, valus sur iprem. Lorsem sur iprem nunc, valus sur iprium.
Answer Preview
Only 50% of students answer this correctly




mmm

  • Member
  • Posts: 558
Reply 2 on: May 6, 2020
Thanks for the timely response, appreciate it


rachel

  • Member
  • Posts: 323
Reply 3 on: Yesterday
YES! Correct, THANKS for helping me on my review

 

Did you know?

As many as 28% of hospitalized patients requiring mechanical ventilators to help them breathe (for more than 48 hours) will develop ventilator-associated pneumonia. Current therapy involves intravenous antibiotics, but new antibiotics that can be inhaled (and more directly treat the infection) are being developed.

Did you know?

Medication errors are more common among seriously ill patients than with those with minor conditions.

Did you know?

Though “Krazy Glue” or “Super Glue” has the ability to seal small wounds, it is not recommended for this purpose since it contains many substances that should not enter the body through the skin, and may be harmful.

Did you know?

The first oral chemotherapy drug for colon cancer was approved by FDA in 2001.

Did you know?

HIV testing reach is still limited. An estimated 40% of people with HIV (more than 14 million) remain undiagnosed and do not know their infection status.

For a complete list of videos, visit our video library