chetannihith / Java-hacktoberfest23

Fork this repository to contribute your java programs. If you like this repo give it a star ⭐️.
https://github.com/chetannihith/Java-hack
25 stars 85 forks source link

Create CodeforBanks #92

Closed YashBajpaiGITHUB closed 1 year ago

YashBajpaiGITHUB commented 1 year ago

I created a bank customer class with the following data members name, account number, account type, status (active/dormant), balance and last transaction date (i) Display the name of the customer given the account number (ii) Withdraw funds given the amount. Deny the withdrawal transaction if balance becomes less than 1000. (iii) Change the status of the account from active to dormant if no transactions occurred in the past one year.

YashBajpaiGITHUB commented 1 year ago

@chetannihith sir please add the labels of hacktoberfest and hacktoberfest2023 also because it is not updating on site. Humble request sir please.