subject

You are writing a program that will act like an ATM machine by the end of this course. In order to access the ATM, the customer must enter their user name and their passcode. After 3 incorrect attempts at entering the user name and password, the program will end. The list of legitimate users along with their user ID, passcode and account balance will be provided to you. There are only 5 functions that can be carried out by the ATM:

1 – Deposit (adding money to the account)

2 – Withdrawal (removing money from the account)

3 – Balance Inquiry (check current balance)

4 – Transfer Balance (transfer balance from one account to another)

5 - Log Out (exits/ends the program)

Allow the user to make up to a maximum of 3 transactions at a time. After 3 transactions, the program will terminate. Each transaction cannot exceed $500; for example, a user cannot withdraw more than $500.00, if there is $500.00 available on their account. After a transaction is completed, the program will update the running balance and give the customer a detailed description of the transaction. A customer cannot overdraft on their account; if they try to withdraw more money than there is, a warning will be given to the customer. Also note that the ATM doesn’t distribute or collect coins – all monetary values are in whole dollars (e. g. an integer is an acceptable variable type). Any incorrect transaction types will display an appropriate message and count as a transaction.

This image shows user accounts that will be created for the Final Project.

Final Project Part 1: The Raptor program should do the following:

Create an executable flowchart using Raptor to support your solution to the problem. Your flowchart must use modular design. (This should be your M07 Evaluate – Progress Report 5.)
Implement a menu-driven program to help assist the customer.
Incorporate defensive programming to make sure that the user is inputting valid data.
Use at least one array to capture the account information for each customer. Use correctly nested loops to allow customers to do multiple transactions.
With good programming style, code the program using Raptor in a way that enhances readability and ease of use, including the appropriate use of internal documentation (comments) and external documentation (user friendly outputs).
Final Project Part 1: The Raptor program should do the following:

Create an executable flowchart using Raptor to support your solution to the problem. Your flowchart must use modular design. (This should be your M07 Evaluate – Progress Report 5.)
Implement a menu-driven program to help assist the customer.
Incorporate defensive programming to make sure that the user is inputting valid data.
Use at least one array to capture the account information for each customer. Use correctly nested loops to allow customers to do multiple transactions.
With good programming style, code the program using Raptor in a way that enhances readability and ease of use, including the appropriate use of internal documentation (comments) and external documentation (user friendly outputs).

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 02:20
The reset circuit used on the four 3-bit counters analyzed in this activity reset the counts to zero (000). it makes sense for the up-counters to start at zero (000), but the down-counters should start at seven (111). what would you need to change so that the 3-bit binary down counter with j/k flip-flops you just created would reset to seven (111)?
Answers: 1
question
Computers and Technology, 22.06.2019 22:40
Write a program that defines symbolic names for several string literals (chars between quotes). * use each symbolic name in a variable definition. * use of symbolic to compose the assembly code instruction set can perform vara = (vara - varb) + (varc - vard); ensure that variable is in unsigned integer data type. * you should also further enhance your symbolic logic block to to perform expression by introducing addition substitution rule. vara = (vara+varb) - (varc+vard). required: debug the disassembly code and note down the address and memory information.
Answers: 3
question
Computers and Technology, 23.06.2019 12:40
Curriculum exam to process a resident's payment, you must click on onesite payments home page. from the a. reports b. my settings o c.transactions o d. rent tab
Answers: 1
question
Computers and Technology, 24.06.2019 08:30
Why might you choose to create a functional resume
Answers: 1
You know the right answer?
You are writing a program that will act like an ATM machine by the end of this course. In order to a...
Questions
question
Mathematics, 09.12.2020 06:00
question
Mathematics, 09.12.2020 06:00
question
Mathematics, 09.12.2020 06:00
question
History, 09.12.2020 06:00
question
Mathematics, 09.12.2020 06:00
question
History, 09.12.2020 06:00
Questions on the website: 13722363