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 Odpowiedź
0
What exactly do you mean?
And what language?