Hello, im trying to run a program that shows numbers in columns, i have been able to run the program in rows but i cant find a way to make it run in columns.
the program i have run shows this
12 18 24 30 36 42
48 54 60 66 72 78
84 90 96 102 108 114
120 126 132 138 144 150
156 162 168 174 180 186
192 198 204 210 216 222
but i want it to show it like this:
12 48 84 120 156 192
18 54 90 126 162 198
24 60 96 132 168 204
30 66 102 138 174 210
36 72 108 144 180 216
42 78 114 150 186 222
any help is glady appreciated. thanks.
heres the code i used t omake the numbers run in columns: