Remember the halve function that you wrote? Call it in the for loop, but don't give it an argument yet.

Great! Now you just need to pass it a price as an argument.

Make sure you assembled halve();.