This project is a simple banking system created as part of problem-solving practice (Level 1), mainly focusing on mastering functions in C++.
createAccounts()→ Create and store account datadisplayAccounts()→ Show all existing accountswithdraw()→ Withdraw money from an accountdeposit()→ Deposit money to an accountcheckBalance()→ View current balance of an accounteditAccount()→ Modify account detailssearchAccount()→ Find account by numberdeleteAccount()→ Remove account from records
- Samia Hesham
- GitHub: @samiahesham