Answer by
PowerIsMe (844)
You basically want to write a for loop with a counter going from 1 to say 10. And then another for loop within that one with the counter again from 1 to 10. Inside the two loops, just multiply the two counters and display the product. (thus, you will be generating the table for the outer-counter numbers)