C Challenge Activity 2.6.1:
Using constants in expressions.
Assign shipCostCents with the cost of shipping a package weighing shipWeightPounds. The cost to ship a package is a flat fee of 75 cents plus 25 cents per pound. Declare and use a final int named CENTS_PER_POUND.