- Set up variables
- For 12 Tables
- For 12 sums
- Calculate the answer to the current sum
- Display the sum
- Next sum
- Next Table
- end program
Refine Step 4
4.1 multiply the user’s number by the current position in the times table and store in answer
Refine Step 5
5.1 Display the user’s number multiplied by position equals to the answer
This is an example of a nested loop, a nested loop is a loop within a loop.