I want to print only the columns of the 2d array.
for example as an example, I have a 2d array like this:
asdf
ghjk
lizx
cvbn
and I just want it to output the following:
aglc shiv djzb fkxn
how can I do this ? what is the logic behind it?
I want to print only the columns of the 2d array.
for example as an example, I have a 2d array like this:
asdf
ghjk
lizx
cvbn
and I just want it to output the following:
aglc shiv djzb fkxn
how can I do this ? what is the logic behind it?