Problem StatementC
Problem StatementC
Objective:
Create a simple Bank Account Management system that allows a user to interactively manage
their bank account( Scanner ) by performing actions such as checking the balance, depositing
money, and withdrawing money ( 3 methods) public void checkbalance(). This program
should be user-driven through a menu ( in java= backend) where they can select one of the
operations to perform on their account.( if -else statement)
Requirements: