Using the sample solution algorithms provided in this chapter, design a solution algorithm for the following programming problems. Your solution should contain:
• a defining diagram
• a hierarchy chart
• a pseudocode algorithm
• a desk check of the solution.
Design an algorithm to produce a list of customers from the Glad Rags Clothing Company’s customer master file. Each record on the customer master file contains the customer’s number, name, address (street, city, state and postcode) and account balance.
Your program is to read the customer master file and print a report of all customers whose account balance is greater than zero. Each detail line is to contain the customer’s number, name, address and account balance. Print headings and column headings at the top of each page, allowing for 35 detail lines per page, and at the end of the report, the total customers on file, the total customers with balance owing, and the total balance owing, as follows:
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.