Code the variable accrued_interest, multiply account by interest_rate, and store the result in the variable.
accrued_interest
account
interest_rate
Make sure to pick accrued_interest, followed by =, and finally account * interest_rate.
=
account * interest_rate