The correct code to calculate and store the final cost after applying a $5 coupon to a $32 item is: E. finalCost ← (itemCost - couponAmount)
How to explain
This code subtracts the coupon amount from the item cost, reflecting the deduction of the $5 coupon from the initial item price.
It results in the final cost after applying the discount, providing Allyson with the accurate amount customers would pay for the item after the coupon is applied.
The correct code to calculate and store the final cost after applying a $5 coupon to a $32 item is: E. finalCost ← (itemCost - couponAmount)