This program is intended to simulate a simple banking system where users can create accounts, deposit and withdraw funds, and check account balances. It uses a basic BankAccount class to encapsulate account details and operations.
- Create a bank account with an initial balance.
- Deposit funds into an account.
- Withdraw funds from an account.
- Check the balance of the account.
- Clone the repository to your local machine:
git clone https://github.com/othatha/Banking-System.git
2.Navigate to the project folder: cd Banking-System
3.Compile the program: g++ main.cpp bankingSystem.cpp -o bankingSystem
4.Run the program: ./bankingSystem