Design the logic for a program in pseudocode or flowchart


Design the logic for a program in pseudocode or flowchart that contains housekeeping, detail loop, and end-of-job modules, and that calculates the service charge and the original check amount customers owe for writing a bad check. The main program declares any needed global variables and constants and calls the other modules. The housekeeping module displays a prompt for and accepts a customer's last name. While the user does not enter "ZZZZ" for the name, the detail loop accepts the amount of the check in dollars and cents. The service charge is computed as $15 plus 5 percent of the check amount. The detail loop also displays the service charge and the total amount owe and then prompts the user for the next customer's name. The end-of-job module, which executes after the user enters "ZZZZ" for the name, displays a message that indicates the program is complete.

Request for Solution File

Ask an Expert for Answer!!
Data Structure & Algorithms: Design the logic for a program in pseudocode or flowchart
Reference No:- TGS0143703

Expected delivery within 24 Hours