PROGRAMMNING

Modify the program so that it uses two value-returning functions: one to calculate and return the price of a medium pizza and the other to calculate and return the price of a large pizza. In addition to the $2 coupon on the purchase of a large pizza, Sophia is now e-mailing customers a $1 coupon on the purchase of a medium pizza. Test the program appropriately.

SAVE AS HOMEWORK4