This is a simple command-line banking application written in Java.
- Create a new bank account with an initial deposit.
- Deposit money into an existing account.
- Withdraw money from an existing account.
- View account details, including account holder name, balance, email, and phone number.
- Update contact details (email and phone number) for an existing account.
-
Compile the Java code:
javac Main.java
-
Run the application:
java Main
The application will then present you with a menu of options to choose from.