Question:$locations = array("Italy", "Amsterdam", array("Boston","Des Moines"), "Miami"); echo count($locations, 1); This returns the following:
A 6 B 4 C 5 D 7
+ AnswerA
+ Report