0
How to print multiplication in columns
1Ă1=2 2Ă1=2 3Ă1=3 . . . . . . . 1Ă10=10 2Ă10=20 3Ă10=30 in python language, if we write pgm for multiplication of n numbers, result will display in single row. if the result should be in columns i.e. 1 table in 1 columns, 2 table in adjacent columns, 3 table in third column
1 Answer
0
What exactly do you mean?
And what language?