Would normally use a loop structure

For a table of any size, it would be highly unusual to simply use sequential print statements to print the table.

It would be much more typical to use a loop structure.

Because we haven't studied loop structures yet, I couldn't use them in this sample program.

Even if a loop structure had been used, the code in the body of the loop would have been very similar to the code in this program, at least insofar as the use of manipulators is concerned.