×
×
Correct!
Create an associative array containing the age of Peter, Ben and Joe.
$age = array("Peter"@(2)"35", "Ben"@(2)"37", "Joe"@(2)"43");
$age = array("Peter"=>"35", "Ben"=>"37", "Joe"=>"43");
Not CorrectClick here to try again. Correct! |
This will reset the score of ALL 47 exercises.
Are you sure you want to continue?