A simple console-based banking application written in Java.
This program allows users to view balance, deposit money, and withdraw money interactively using a menu-driven system.
- Show Balance β Displays the current account balance.
- Deposit β Allows users to add money to their account.
- Withdraw β Allows users to withdraw money if sufficient funds are available.
- Exit Option β Ends the program safely.
- Java SE (Standard Edition)
- Scanner Class for input handling
- Switch Case for menu control
- Loops for continuous execution until user exits