×
×
Correct!
Use the correct array method to sort the
$age = array("Peter"=>"35", "Ben"=>"37", "Joe"=>"43");
@(11);
$age = array("Peter"=>"35", "Ben"=>"37", "Joe"=>"43");
asort($age);
Not CorrectClick here to try again. Correct! |
This will reset the score of ALL 47 exercises.
Are you sure you want to continue?