Banking Application in Java
By Yash Dnyaneshwar Brahmankar
This Java project focuses on banking services like deposits, withdrawal, check balance, and the previous transaction.
This Java project is used in Banking services. This project contains the following functionalities.
It asks the user which operation you want to perform.
1. deposit() - used to deposit the money in the account.
2. withdraw() - used to withdraw the money from the account. This includes the condition of whether the balance is sufficient for withdrawal.
3. getprevioustransaction() - used to get the history of transaction.
Also, this project is used to check the balance.
Comments