AHPA #4: The C ATM Machine • Two people, "a" and "b", have checking and savings accounts. • Create a 2x2 array to hold their amounts: a – checking: $500, savings: $1,000; b – checking: $750, savings: $325. • Have the ATM machine ask the user their name. • Ask the user if they want to withdraw from their checking or their savings account. • Use a switch statement to process different types of accounts. • Create software that will provide an ATM user with the proper change for any dollar amount up to $200. • Example: Run the code for $19, $55, and $200. Is the amount > $100, then provide a $100 bill & subtract $100 • Is the amount >= $100, then provide a $100 bill & subtract $100 • Is the amount > $20, then provide a $20 bill & subtract $20 [repeat 4 times] • Is the amount > $10, then provide a $10 bill and subtract $10 • Is the amount > $5, then provide a $5 bill and subtract $5 • Provide the remaining amount in single $1 bills so the output should be like shown in picture, and please write the comments (USE C LANGUAGE)
AHPA #4: The C ATM Machine • Two people, "a" and "b", have checking and savings accounts. • Create a 2x2 array to hold their amounts: a – checking: $500, savings: $1,000; b – checking: $750, savings: $325. • Have the ATM machine ask the user their name. • Ask the user if they want to withdraw from their checking or their savings account. • Use a switch statement to process different types of accounts. • Create software that will provide an ATM user with the proper change for any dollar amount up to $200. • Example: Run the code for $19, $55, and $200. Is the amount > $100, then provide a $100 bill & subtract $100 • Is the amount >= $100, then provide a $100 bill & subtract $100 • Is the amount > $20, then provide a $20 bill & subtract $20 [repeat 4 times] • Is the amount > $10, then provide a $10 bill and subtract $10 • Is the amount > $5, then provide a $5 bill and subtract $5 • Provide the remaining amount in single $1 bills so the output should be like shown in picture, and please write the comments (USE C LANGUAGE)
Programming with Microsoft Visual Basic 2017
8th Edition
ISBN:9781337102124
Author:Diane Zak
Publisher:Diane Zak
Chapter4: The Selection Structure
Section: Chapter Questions
Problem 2MQ6: Jake’s Car Rental charges each customer a daily rental fee of $55. However, there is an additional...
Related questions
Question
AHPA #4: The C ATM Machine
• Two people, "a" and "b", have checking and savings accounts.
• Create a 2x2 array to hold their amounts: a – checking: $500, savings:
$1,000; b – checking: $750, savings: $325.
• Have the ATM machine ask the user their name.
• Ask the user if they want to withdraw from their checking or their savings
account.
• Use a switch statement to process different types of accounts.
• Create software that will provide an ATM user with the
proper change for any dollar amount up to $200.
• Example: Run the code for $19, $55, and $200.
• Two people, "a" and "b", have checking and savings accounts.
• Create a 2x2 array to hold their amounts: a – checking: $500, savings:
$1,000; b – checking: $750, savings: $325.
• Have the ATM machine ask the user their name.
• Ask the user if they want to withdraw from their checking or their savings
account.
• Use a switch statement to process different types of accounts.
• Create software that will provide an ATM user with the
proper change for any dollar amount up to $200.
• Example: Run the code for $19, $55, and $200.
Is the amount > $100, then provide a $100 bill & subtract $100
• Is the amount >= $100, then provide a $100 bill & subtract $100
• Is the amount > $20, then provide a $20 bill & subtract $20 [repeat 4
times]
• Is the amount > $10, then provide a $10 bill and subtract $10
• Is the amount > $5, then provide a $5 bill and subtract $5
• Provide the remaining amount in single $1 bills
• Is the amount >= $100, then provide a $100 bill & subtract $100
• Is the amount > $20, then provide a $20 bill & subtract $20 [repeat 4
times]
• Is the amount > $10, then provide a $10 bill and subtract $10
• Is the amount > $5, then provide a $5 bill and subtract $5
• Provide the remaining amount in single $1 bills
so the output should be like shown in picture, and please write the comments (USE C LANGUAGE)
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution!
Trending now
This is a popular solution!
Step by step
Solved in 4 steps with 1 images
Knowledge Booster
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.Recommended textbooks for you
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:
9781337508841
Author:
Carey
Publisher:
Cengage
COMPREHENSIVE MICROSOFT OFFICE 365 EXCE
Computer Science
ISBN:
9780357392676
Author:
FREUND, Steven
Publisher:
CENGAGE L
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:
9781337508841
Author:
Carey
Publisher:
Cengage
COMPREHENSIVE MICROSOFT OFFICE 365 EXCE
Computer Science
ISBN:
9780357392676
Author:
FREUND, Steven
Publisher:
CENGAGE L