B

Banking Application

This is a very simple Banking Application made with Java. It can be used to deposit an amount withdraw amount, to check the bank balance and to check the previous transaction.

13
B

Banking Application

This is a very simple Banking Application made with Java. It can be used to deposit an amount withdraw amount, to check the bank balance and to check the previous transaction.

The problem Banking Application solves

People can use it to keep a track of their money they deposit/withdraw in the bank and to check their balance anytime they want. They can also check their previous transaction for secutiy reasons.

Challenges I ran into

At first the application would run only once and the user would have to run it again. I had to put the entire program inside the infinite loop for the deposition and withdrawal to work as intended.

Technologies used

Discussion