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 sales commission report from a company’s sales file. Each record on the sales file contains the salesperson’s number, name and sales amount.
Your program is to read the sales file, calculate the sales commission according to the following table, and print a sales commission report.
Each detail line is to contain the salesperson’s number, sales amount, commission rate and total commission. 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 commission, 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.