WAP to create ATM operation with the following operation:-
1) Enter pin code and provide three attempt
2) Manage Credit, Debit and Check Balance Operation
3) Create a program using OOPS concept
class Bank:
Hi, I'm Shiva Gautam. With over 15 years of diverse experience in various IT domains, I am now an entrepreneur focusing on both training and software development. My expertise spans across multiple technologies, and I've authored numerous articles on subjects including Java, Python, REACT, NODE, ANGULAR, Cloud, software testing, Django framework, C#, Flutter, Salesforce, Ruby on Rails, .NET, and more. For additional information, please visit shivaconceptsolution.com and kangaroosoftware.net.
Hi
ردحذفI got a issue from this code, when I debited the total balance it showing the "insufficient balance". So by modifying[ if amt<=obj.balance obj.debit(amt)] . Then, Now we can make it as ATM machine successfully...
Thank you