Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modify setBalance to return updated balance
Changed the return type of the setBalance method in the Account class from void to BigDecimal. This update allows the method to return the updated balance after setting it.
- Loading branch information