Put this code in order to create the array, add a new element, sort it and then print the number of elements in it.

Great! We create the $numbers array, add 4 to it, sort it, and display it using var_dump().

Whoops! We create the $numbers array, add 4 to it, sort it, and display it using var_dump().