Menu
×
×
Correct!
Exercise:Output the second item in the
$fruits = array("Apple", "Banana", "Orange");
echo @(10);
$fruits = array("Apple", "Banana", "Orange");
echo $fruits[1];
Not CorrectClick here to try again. Correct!Next ❯ |