Question: Use a top-down design to code the main () function for an ATM which will allow bank customers to log in, select an account number,

Use a top-down design to code the main () function for an ATM which will allow bank customers to log in, select an account number, choose a type of transaction, perform a transaction of that type using that account number, print a receipt for that transaction with the updated account balance and log the customer out The body of main() should be a sequence of function calls, each function performing one step of the task. When appropriate, each function will return a value which may be a parameter in the functions called afterward. Do not write the functions themselves, but write a comment with each function called, to guide the next stage of programming when functions will be implemented
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
