The table should show the prime numbers in a table.

Say the user enters 5, it prints a 5x5 table of all the prime numbers that can fit into that specified value.

What should I put in the second part of the printf statement: ...("%4d, ____)