I am new to programming and I wonder if someone could please help me with a program that asks the user to input number of rows and number of columns, and it should print a text in these rows and columns. like this:
Number of rows:
2
Number of columns:
4
And the output should be like this:
text text text text
text text text text
Much appreciated if someone could give me an example on how to do this.