for incorrect and copy. Make sure use function in it.

icon
Related questions
Question

Downvote for incorrect and copy. Make sure use function in it. 

 

OVERVIEW OF PROJECT:
Develop project as windows console application and windows forms
application to simulate the basic functionality of ATM machine, which
deal with the following basic transactions of ATM machine:
1) Balance checking.
2) Cash withdrawal.
3) Cash deposition.
4) Quit
You can opt any of the above transaction according to your need of
transaction. In case of invalid input regarding choice selection and money
withdrawal, appropriate message should be displayed.
PROJECT INSTRUCTIONS:
a) The valid user id is "admin"
b) The valid pin is 1234
c) Assume that there is SAR-20,000 already present in the account
d) Money drawn should be multiple of 500 i.e. you can only draw 500,
1000, 1500,...etc.
e) Use Modular Approach to solve the problem.
f) Test and evaluate your program against multiple test cases.
Transcribed Image Text:OVERVIEW OF PROJECT: Develop project as windows console application and windows forms application to simulate the basic functionality of ATM machine, which deal with the following basic transactions of ATM machine: 1) Balance checking. 2) Cash withdrawal. 3) Cash deposition. 4) Quit You can opt any of the above transaction according to your need of transaction. In case of invalid input regarding choice selection and money withdrawal, appropriate message should be displayed. PROJECT INSTRUCTIONS: a) The valid user id is "admin" b) The valid pin is 1234 c) Assume that there is SAR-20,000 already present in the account d) Money drawn should be multiple of 500 i.e. you can only draw 500, 1000, 1500,...etc. e) Use Modular Approach to solve the problem. f) Test and evaluate your program against multiple test cases.
Expert Solution
steps

Step by step

Solved in 2 steps with 4 images

Blurred answer
Knowledge Booster
Asymptotic Analysis
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.