Construct a solution algorithm for the following programming problems. To obtain your final solution, you should:
• define the problem
• group the activities into modules (also consider the data that each module requires)
• construct a hierarchy chart
• establish the logic of the mainline using pseudocode
• develop the pseudocode for each successive module in the hierarchy chart
• desk check the solution algorithm.
Design an algorithm that will produce a tax report from an employee income file. Each input record contains the employee number and the employee’s taxable income. There is one record for each employee.
Your program is to read the employee income file and calculate the tax owing on that employee’s taxable income, according to the following table:
Print a detail line for each employee, listing employee number, taxable income and tax payable. Print headings and column headings at the top of each page, allowing for 45 detail lines per page. Print the total taxable income and total tax payable at the end of the report.
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.