×
×
Correct!
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! |
This will reset the score of ALL 47 exercises.
Are you sure you want to continue?