Problem
1) Design a pseudocode statement that assigns the sum of 10 and 14 to the variable total.
2) Design a pseudocode statement that subtracts the variable downPayment from the variable total and assigns the result to the variable due.
3) Design a pseudocode statement that multiplies the variable subtotal by 0.15 and assigns the result to the variable totalfee.