Що відобразить браузер під час виконання наступного коду:
$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 mall
  • David went to the store
  • Rob went to the mall
Для просмотра статистики ответов нужно залогиниться.