pano i solve yung issue na isang line lang na piprint idol?Traditional method (using loops and procedural) that is intended for beginners.
Hope this helps..
Code:for i=0 to arr.length-1 for j=0 to arr[i].length-1 set text=arr[i][j] for c=text.length to 0 print text.charAt(c) next c print " " next j print "\n" next i
Okay na idol na debug ko na kanina maraming salamat poSa first loop mo yan kung isang line lang.
The first loop reads the array row, 2nd loop read each column (sub array), and the 3rd loop reverses the reading of the string.
Post mo code mo para ma examine ko. Good job nga pala kase nakuha mo yung pseudocode or concept na napost ko..