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

LANGUAGE: JAVA

CHALLENGE:

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

SOLUTION:

taxablePurchases + taxFreePurchases