You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Example for beginners enrolled in a first year CS course.
Terminal Window
About
Simple Terminal ATM style bank account manager written in C++. Programming assignment for first year CS student.