Simple Console ATM style bank account manager written in Java.
Description
Simple Terminal ATM style bank account manager. Reads list of bank accounts and balances from .txt file. Allows for withdrawals and deposits with error checks. Utilizes Binary Search and writes to file. Example for beginners enrolled in a first year CS course.
Terminal Preview
srcTwo Preview
Redo of initial ATM style bank account manager with implementation of HashMap for storing and retrieving bank accounts. Reads list of bank accounts and balances from .txt file.