fkamau1 / banking-app

Simulates a complete banking system including user account management, funds transfer and balance enquiries
MIT License
0 stars 2 forks source link

App optimization after discussions with mentor #26

Closed fkamau1 closed 1 year ago

fkamau1 commented 1 year ago

Made some changes on the CreateAccount class as well as the LogIn and DBTrans classes to ensure that all user input is handled at the main method.