Create a flowchart and a java program of the problem stated as follows. Createuser-defined methods that will perform 4 functionalities of an Automated TellerMachine(Withdraw, Deposit, Transfer, Balance Check)1. Withdraw (method name: withdraw)* Input the amount to be withdrawn. Compute for the remaining balance afterthe operation (balance = balance - withdrawn)2. Deposit (method name: deposit)* Input the amount to be deposited. Compute for the updated balance afterthe operation (balance = balance + deposit)3. Transfer (method name: transfer)*Input the account number and the amount to be transferred. Compute for theupdated balance after the operation (balance = balance โ moneySent)4. Balance Check (method name: balanceCheck)* Display the remaining balance.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here