Say we want to iterate through the following 2D array
String[][] words = new String[3][5];
How many loops would we need to access every item?
There are no hints for this question