Write a single statement that creates a DecimalFormat object that formats numbers to 2 decimal places.

What will be an ideal response?

```
DecimalFormat fmt = new DecimalFormat("0.##");
```

Computer Science & Information Technology

You might also like to view...

The ________ function can change a negative value to a positive value, if necessary

A) POS B) FV C) PMT D) ABS

Computer Science & Information Technology

What characteristic does spread-spectrum transmission change for each user?

A. Frequency B. Voltage C. Light source D. Amplitude

Computer Science & Information Technology