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 

+ Answer
+ Report
Total Preview: 788

Copyright © 2024. Powered by Intellect Software Ltd