Given the variable pricePerCase, write an expression corresponding to the price of a dozen cases.
LANGUAGE: C++
CHALLENGE:
Given the variable pricePerCase, write an expression corresponding to the price of a dozen cases.
SOLUTION:
pricePerCase * 12