This Java application simulates a simple banking system where the user can log in, check their balance, view loan options, send money, and check for debts.
- Login: Enter your name and password to log in.
- Main Menu:
- Option 1: View your balance.
- Option 2: Check loan advantages.
- Option 3: Send money to another user.
- Option 4: Check your debt status.
- Follow the prompts for each action.
- Java: Programming language used for the application.
- Scanner: Used for reading user input.
- Random: Used for generating random starting balances.
- Copy the code into
Main.java
. - Compile the program with:
javac Main.java
- Run the program with:
java Main
Enjoy using JAVABANK!