String formatting is most useful when we need to create a table (e.g., a table of numbers). The program reads 4 Double numbers and prints a table. Each number in the table occupies 12 characters, is right-justified, has a thousands separator, and keeps 2 decimal places.
Complete the missing code.