Challenge: Multiplication Table for a Given Number
Write code to print the multiplication table for a number.
We'll cover the following...
Write code to print the multiplication table for the given number. The table should be displayed in the following form:
29 x 1 =
...