Write a method that takes in, through its parameters, the number of rows and columns to print a multiplication table.
There must be a margin of row and column headings for the table.
The answer columns should be separated by a field-width of 5 columns.
A blank line should be inserted between the column heading and the first row of the table.
A precondition of the procedure is that the value of the row or column will be from 1..12.