write a program for an automatic teller machine that dispense money .the user should enter the amount desired and the machines dispenses this amount using the least number of bills the bills dispensed are 1000s 500s 100s and 50s amount must be multiple of 50 write a function that determines how many of each kind of bill to dispense . note declare a struct atm which contains the ff. members
amounT:
Account type-size20
Comments
Leave a comment