Given the variable price_per_case , write an expression corresponding to the price of a dozen cases.

Given the variable price_per_case , write an expression corresponding to the price of a dozen cases.



Answer: price_per_case * 12


Learn More :