Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
If you see the my output, the row and column are not align each other. How do you align the row and column?
If you see the my output, the row and column are not align each other.How do you align the row and column?===========================================================Here is my codes.public class pra{static void print2D(int[][]A) {for(int i=0;i<A.length;i++) {for(int j=0;j<A[i].length;j++)