This forum is now read-only. Please use our new forums! Go to forums

0 points
Submitted by Colm Gallagher
almost 10 years

Mismatch between question and expected answer

The task set is as follows

  1. Change an item in the $languages array. You can take your pick!
  2. Then use echo to output $languages.

But outputting $languages throws an error for me. The code that passes is to echo the value that was altered, not the full array. Or did I read it wrong?

Answer 53596004548c35a861000557

-1 votes

Permalink

Yeah so the question wants you to output the element you just changed, not the whole array. So it should read:

  1. Then use echo to output the element of $languages that you just changed.
points
Submitted by Ross Barnie
almost 10 years