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 it reads return 0.5*price;