A. Introduction
You were asked to use for-loops to print out a multiplication table, for-loops and nested for-loops are widely used for many applications. Here are some examples.
B. Watch(Slides)
C. Try
Print out a multiplication table from 1 x 1 = 1 .... to 9 x 9 = 81 using nested for loops.
Modify the code above to print out the upper half or the lower half of a multiplication table like this: