Given the number of rows and the number of columns, write nested loops to print a rectangle.
Sample output with inputs: 2 3
* * *
* * *
