abc-bank icon indicating copy to clipboard operation
abc-bank copied to clipboard

A dummy application for a bank for interview purposes

Results 31 abc-bank issues
Sort by recently updated
recently updated
newest added

removed assert statements in test classes

- refactored code - fixed issues - created 22 unit tests - added Constants.java class - create javadoc

Implemented the additional requirements: 1. A customer can transfer between their accounts 2. Added "Super Savings Account": Change Maxi-Savings accounts to have an interest rate of 5% assuming no withdrawals...

Made changes for BOA assignment. Added a new method for transferring amount between accounts.

Added requested features and related test cases

ignore the package comments

### Additional Features - A customer can transfer between their accounts - Change **Maxi-Savings accounts** to have an interest rate of 5% assuming no withdrawals in the past 10 days...