Given the variables full_admission_price and discount_amount (already defined), write an expression corresponding to the price of a discount admission.

Given the variables full_admission_price and discount_amount (already defined), write an expression corresponding to the price of a discount admission.



Answer: full_admission_price - discount_amount


Learn More :