This project is a simple bank account management system implemented in C++. It allows users to create accounts, deposit money, withdraw money, and check their account balances.
- Account Creation: Users can create new bank accounts by providing their name, account type, and initial balance.
- Deposit: Users can deposit money into their accounts.
- Withdrawal: Users can withdraw money from their accounts, provided they have sufficient balance.
- Balance Checking: Users can check their account balance at any time.
- Menu-Driven Interface: The system provides a user-friendly menu-driven interface for easy interaction.
- C++ compiler (e.g., GCC, Clang)
- IDE for C++ development (optional)
-
Clone the repository:
git clone https://github.com/Njoxpy/Kikoba
-
Compile the source code using your preferred C++ compiler.
-
Run the executable file generated after compilation.
Usage
- Upon running the program, you will be presented with a menu with options to create accounts, deposit money, withdraw money, check balance, and exit.
- Follow the on-screen prompts to perform desired actions.
- Ensure to input valid data as per the prompts to avoid errors.