Java Project - Simple Banking Application
Java Project - Simple Banking Application
Batch: 2023-9962
Enrollment no: EBEON0623817970
Java Statements:
Scanner class is used to take user input.
String manipulation is used for displaying messages.
Variables are used to store and update the balance.
If/else statements are used to handle different options based on user input.
Loops are used to keep the application running until the user chooses to exit.
Break Statement is used to break the current flow of the program at specified
point.
These Java statements together create a simple banking application that allows users to
check their balance, deposit and withdraw money, and exit the application.