Given the variables taxablePurchases and taxFreePurchases (already declared and assigned values ), write an expression corresponding to the total amount purchased.

LANGUAGE: C++

CHALLENGE:

Given the variables taxablePurchases and taxFreePurchases (already declared and assigned values ), write an expression corresponding to the total amount purchased.

SOLUTION:



taxablePurchases + taxFreePurchases