Skip to content

samiahesham/bank-project-level1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

C++ Bank Project – Level 1

This project is a simple banking system created as part of problem-solving practice (Level 1), mainly focusing on mastering functions in C++.

Core Functions

  • createAccounts() → Create and store account data
  • displayAccounts() → Show all existing accounts
  • withdraw() → Withdraw money from an account
  • deposit() → Deposit money to an account
  • checkBalance() → View current balance of an account
  • editAccount() → Modify account details
  • searchAccount() → Find account by number
  • deleteAccount() → Remove account from records

Author

About

Basic bank system project to practice problem solving using functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages