Class Bank


public class Bank extends Object
Main class that runs the Simple Banking System application. This program allows a user to: 1. Create a bank account 2. Deposit money 3. Withdraw money 4. Check account balance 5. View account details The program uses a menu-driven approach to interact with the user.
  • Constructor Details

    • Bank

      public Bank()
  • Method Details

    • main

      public static void main(String[] args)
      The entry point of the program. It creates a BankAccount object, collects account details from the user, and displays a menu to perform banking operations.
      Parameters:
      args - command line arguments