0
PHP Array Module 4 Quiz
In the second question of PHP Array Module 4 Quiz the question is like this: Which statement will be displayed in the browser? <?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]"; ?> There are 4 options: 1. David went to the store 2. Rob went to the store 3. Rob went to the mall 4. David went to the mall
7 Answers
+ 5
Mike Reyna Why? Did Rob kill him? O_o
+ 14
1. ~_~
+ 7
David Rob the store.
+ 1
david died
0
1. David went to the store
0
David went to the store is the correct answer.
0
David went to the store