create a program that outputs the following multiplication table:
1x1=1 2x1=2 3x1=3...............................................9x1=1
1x2=2 2x2=4 3x2=6...............................................9x2=18
1x3=3 .................................................................................
1x4=4
.
.
.
.
.
.1x9=9.....................................................................9x9=81. in this format.