Create a class Bank with the following Menu : Display all account details Search by account number Deposit the amount Withdraw the amount Exit Solution import java.util.Scanner; class BankOperations {…
Create a class Bank with the following Menu : Display all account details Search by account number Deposit the amount Withdraw the amount Exit Solution import java.util.Scanner; class BankOperations {…