This is the algorithm that I am working from Algorithm Name: UPDATE_CHECKBOOK *Problem Input(s):* start_balance - the beginning checkbook balance. xact_amount - the amount of the transaction. xact_type - the type of the transaction (credit or debit). *Problem Output(s)*: ...