Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 423 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 423 Bytes

BankAccountManagement

Write a program and perform the following steps: Create a class AccountManagement containing following methods: insertData() to insert account details of customers, displayData() to display account details depositAmount() to deposit amount of customer withdrawAmount() to withdraw amount accountBalance() to checkbalance in customer's account. The methods should execute as per their specification.