For the function body, write a line that returns half of the price parameter's value. 

Nice one! This function will be useful when reducing each price in our array.

Make sure to pick return, followed by 0.5*price.