If I have a 2D array, it is trivial to loop through the entire array, a row or a column by using for loops. However, occasionally, I need to traverse an ...
I am trying to have the user input a 2d array and then it would print out that array in something like a frame, i wrote the code and it works ...