Next, code customer.checking -= amount;. This deducts the amount specified from the customer's checking account.
customer.checking -= amount;
Make sure to pick customer followed by . and then checking, -, =, amount, ;.
customer
.
checking
-
=
amount
;