MutantCyborg
Member
Just a note, it's more common to use < as your end condition rather than <=
When you're dealing with multi-dimensional arrays, you need nested loops.
I understand that I'll need nested loops, but how do I go about getting the sum of a row in a two-dimensional array in Java? I cant really seem to find anything online that I can understand well enough to implement myself.