Indexed Arrays

   array(9) {
  [0]=>
  string(6) "apples"
  [1]=>
  string(7) "oranges"
  [2]=>
  string(9) "avocadoes"
  [3]=>
  string(7) "lettuce"
  [4]=>
  string(8) "tomatoes"
  [5]=>
  string(7) "cabbage"
  [6]=>
  string(6) "lemons"
  [7]=>
  string(8) "broccoli"
  [8]=>
  string(6) "cereal"
}
   

expecting: oranges, lettuce, broccoli.
got: oranges, lettuce, broccoli

expecting: avocadoes, tomatoes, cereal.
got: avocadoes, tomatoes, cereal.