Final Requirement in OOP
Final Requirement in OOP
A. Withdraw:
1. Take the amount user desires to withdraw as input.
2. If the balance amount greater than or equal to the withdrawal amount then
Perform the transaction and give the user the desired amount.
3. Else print Insufficient Funds message.
B. Deposit: