Project: Simple Bank Application
Problem Statement:
You are tasked with building a simple bank application in Java that allows users to create bank accounts, view account details, deposit, withdraw, and transfer money between accounts. You should also implement a Bank
class to manage these accounts.
Class Structure:
- Bank Class: