Answered step by step
Verified Expert Solution
Question
1 Approved Answer
1. A user has 10,000 on his account with pin number '123456' 2. The ATM can able to check balance, deposit and withdraw money
1. A user has 10,000 on his account with pin number '123456' 2. The ATM can able to check balance, deposit and withdraw money on the ATM during runtime. 3. The ATM can able to change PIN during runtime with validation of new pin number. 4. If the user input wrong pin number 3 times, the system will terminate. 5. If the user input wrong pin number 3 times on change pin, the system will terminate. 6. After each transaction, there will be a prompt asking if the user want to do another transaction. This must be answered by Y/N. (use LOOP) Input Please check test cases. 2 123456 300 Y 1 123456 N Output Please check test cases. SBMR Bank ATM [1] Balance Inquiry [2] Deposit [3] Withdrawal [4] Change PIN [5] Exit DEPOSIT Total Amount of Deposit: 300 Total Balance: 10300 SBMR Bank ATM [1] Balance Inquiry [2] Deposit [3] Withdrawal [4] Change PIN [5] Exit BALANCE INQUIRY Total Balance: 10300 Application Terminated...
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started