This is a console application for managing a bank system. It allows users to create accounts, deposit, withdraw, and transfer money between accounts. The application charges transaction fees which can be either flat or percentage-based.
- Compile the Java files: javac *.java
- Run the application: java BankSystemApp
Follow the menu on conosle to interact with the app.