A new bank has been established for children between the ages of 12 and 18. For the purposes of this program it is NOT necessary to check the ages of the user. The bank's ATMs have limited functionality and can only do the following: ● Check their balance ● Deposit money Withdraw money Write the pseudocode for the ATM with this limited functionality. For the purposes of this

Microsoft Visual C#
7th Edition
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Joyce, Farrell.
Chapter5: Looping
Section: Chapter Questions
Problem 14E: In Chapter 4, you created a program that generates a random number, allows a user to guess it, and...
icon
Related questions
Question
A new bank has been established for children between the ages of 12 and 18. For the purposes of
this program it is NOT necessary to check the ages of the user. The bank's ATMs have limited
functionality and can only do the following:
Check their balance
●
Deposit money
Withdraw money
Write the pseudocode for the ATM with this limited functionality. For the purposes of this
question use the PIN number 1234 to login and initialise the balance of the account to R50.
The user must be prompted to re-enter the PIN if it is incorrect. Only when the correct PIN is
entered can they request transactions.
After each transaction, the option should be given to the user to choose another transaction
(withdraw, deposit, balance). There must be an option to exit the ATM. Your pseudocode must
take the following into consideration:
WITHDRAW
If the amount requested to withdraw is more than the balance in the account, then do the
following:
Display a message saying that there isn't enough money in the account.
O
Display the balance.
Else
O
Deduct the amount from the balance
Display the balance
DEPOSIT
●
Request the amount to deposit
Add the amount to the balance
●
Display the new balance
BALANCE
Display the balance
Transcribed Image Text:A new bank has been established for children between the ages of 12 and 18. For the purposes of this program it is NOT necessary to check the ages of the user. The bank's ATMs have limited functionality and can only do the following: Check their balance ● Deposit money Withdraw money Write the pseudocode for the ATM with this limited functionality. For the purposes of this question use the PIN number 1234 to login and initialise the balance of the account to R50. The user must be prompted to re-enter the PIN if it is incorrect. Only when the correct PIN is entered can they request transactions. After each transaction, the option should be given to the user to choose another transaction (withdraw, deposit, balance). There must be an option to exit the ATM. Your pseudocode must take the following into consideration: WITHDRAW If the amount requested to withdraw is more than the balance in the account, then do the following: Display a message saying that there isn't enough money in the account. O Display the balance. Else O Deduct the amount from the balance Display the balance DEPOSIT ● Request the amount to deposit Add the amount to the balance ● Display the new balance BALANCE Display the balance
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Adjacency Matrix
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.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT