- all of the answers
- print_r($cupcakes);
- var_dump($cupcakes);
- foreach($cupcakes as &$cupcake) echo $cupcake;
Correct Answer:
- all of the answers
Which code would you use to print all the elements in an array called $cupcakes?
Correct Answer:
Latest Updates
No posts found in this category.