Input rows and columns manually. Like this:
input column: 3
input row: 2
then the output must be:
1 2 3
2 4 6
it's continuous. so if I enter new number in columns and row, it will display the numbers included.
What is the code applicable for this. I really need this. :sad: