Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.

QUESTION

There are still some questions unanswered. Write a program that tests these occurances to learn more about formatting. Submit the code and your...

There are still some questions unanswered. Write a program that tests these occurances to learn more about formatting. Submit the code and your answers.

What happens when:

  1. You have more digits than your format describes.
  2. (ie. 438.978 and "##.##")
  3. You have fewer digits than your format describes
  4. You remove decimal places, does the formatter round the number?
  5. You use a string instead of a literal value to represent the format description (String format = "##.#"; DecimalFormat(format);)
Show more
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question