If you have an ArrayList of 5 items and a for each loop iterating over the ArrayList, how many times would the code in the body of the loop execute?
Think about what would get returned from running the .size() method on an ArrayList of 5 items