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?

5
  • 4
  • 1
  • 0
  • 6

Think about what would get returned from running the .size() method on an ArrayList of 5 items