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. ( C PROGRAMMING LANGUAGE) * * Example: Run the code for $19, $55, and $200. *

COMPREHENSIVE MICROSOFT OFFICE 365 EXCE
1st Edition
ISBN:9780357392676
Author:FREUND, Steven
Publisher:FREUND, Steven
Chapter4: Financial Functions, Data Tables, And Amortization Schedules
Section: Chapter Questions
Problem 3EYW
icon
Related questions
Question

/*
 * AHPA #8: 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. ( C PROGRAMMING LANGUAGE)
 *
 * Example: Run the code for $19, $55, and $200.
 *

 */

#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>
#include <string.h>
#include <time.h>

int main(void) {
  
  return 0;
}

 

(PLEASE WITH COMMENT AND OUTPUT SHOULD BE SHOWN IN PICTURE BELOW)

 

Enter your name:
b
Would you like to withdraw from (c)hecking or (s) savings?
S
How much would you like to withdraw?
173
Amount in account to be withdrawn from: $325
$100 bill
$ 50 bill
$20 bill
$ 1 bill
$ 1 bill
$ 1 bill
Amount in account after withdrawl: $152
Transcribed Image Text:Enter your name: b Would you like to withdraw from (c)hecking or (s) savings? S How much would you like to withdraw? 173 Amount in account to be withdrawn from: $325 $100 bill $ 50 bill $20 bill $ 1 bill $ 1 bill $ 1 bill Amount in account after withdrawl: $152
Expert Solution
steps

Step by step

Solved in 4 steps with 7 images

Blurred answer
Knowledge Booster
Array
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
COMPREHENSIVE MICROSOFT OFFICE 365 EXCE
COMPREHENSIVE MICROSOFT OFFICE 365 EXCE
Computer Science
ISBN:
9780357392676
Author:
FREUND, Steven
Publisher:
CENGAGE L
Np Ms Office 365/Excel 2016 I Ntermed
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:
9781337508841
Author:
Carey
Publisher:
Cengage
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning