Question:What is the result or output of the array?$garden = array("cabbage", "peppers", "turnips", "carrots");echo count($garden);
A 4 B 5 C 6 D 3
+ AnswerA
+ Report