Modify the times table program to display all twelve of the times tables. Answer after the break!
Hint: you want to repeat the times table twelve times
The secret is to use a repeat loop around the program, this is called a nested loop, where a loop is within a loop.