Checkpoint 11.2.1.
- {:+}
- Print the sign of a number even if it is positive
- {:.5}
- Print to 5 significant digits
- {:.5f}
- Print with a fixed decimal place and 5 decimal places
- {:c}
- Print the number as the ASCII character it represents
Match each format code with its description.
Try again!