akosiraff

Download ATM Machine Simulation

Apr 29th, 2015
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1.  
  2. Download: http://solutionzip.com/downloads/atm-machine-simulation/
  3. Simulate the operations of an ATM machine. First, the customer is prompted to enter his personal identification number pin (for this case study, we test only if this pin is formed by 4 digits, otherwise a message like “Invalid PIN, try again…” will be displayed) and the user is re-prompted to enter the pin. The customer is given three chances to enter his pin. If he/she fails during the three trials you display a message like “Sorry you can’t continue, contact your bank for assistance.”
  4. If the pin is correct (formed by 4 digits), then the system will ask the customer for the receipt (1 for YES and 2 for NO) and a menu will be displayed containing five possible options to choose from: Fast Cash, Deposit, Withdraw, Balance, and Get Card Back.
  5. Here is an explanation of each of the 5 options:
  6. Get card back: Display the message “Goodbye!” and exit program.
  7. Fast Cash: Let the customer choose the amount of cash from a menu similar to the following:
  8. Press 1–> $20.00 $40.00 $80.00 $100.00 Yes No Fast Cash Withdraw Deposit Check balance Get card back
  9. Enter your choice: [4]
  10. -clear screen-
  11. Your balance is: $125.32
  12. 1-> Another Transaction Get Card Back Fast Cash Withdraw Deposit Check Balance Get card back
  13. Enter your choice: [2]
  14. -clear screen-
  15. Enter amount (enter 0 to cancel): [300.00]
  16. Sorry, not enough balance
  17. Enter amount (enter 0 to cancel): [30.00]
  18. Take your cash…
  19. -clear screen-
  20. Your balance is: $124.32
  21. 1-> Another transaction Get card back Fast Cash Withdraw Deposit Check Balance Get card back
  22. Enter your choice: [8]
  23. Invalid entry
  24. -clear screen-
  25. CHOOSE FROM THE FOLLOWING
  26. 1-> Fast Cash Withdraw Deposit Check Balance Get card back
  27. Enter your choice: [5]
  28. -clear screen-
  29. Download: http://solutionzip.com/downloads/atm-machine-simulation/
Add Comment
Please, Sign In to add comment