Given the variable pricePerCase, write an expression corresponding to the price of a dozen cases.
LANGUAGE: Visual Basic
CHALLENGE:
Given the variable pricePerCase, write an expression corresponding to the price of a dozen cases.
SOLUTION:
pricePerCase * 12
Posted in Learn To Code, Visual Basic