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