PHP. Что отобразит браузер при исполнении следующего кода:$array[0]
= "the mall";
$array[1]
= "David";
$array[2]
= "brother";
$array[3]
= "the store";
$array[4]
= "Rob";
echo
"$array[1] went to $array[3]";
?> ?

  • David went to the
    store
  • David went to the mall
  • Rob went to the mall
  • the mall went to brother
Для просмотра статистики ответов нужно войти.