im having a problem understanding a procedure:
remove the set_balance() method with a private method adjust_balance() that takes a double as a parameter and adjusts the balance by this parameter.
...