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 create a data validation edit report from an inventory file. Each field on the inventory record is to be validated as follows:
If a field is found to be in error, print a line in the data validation edit report showing the stock number, the item number and an appropriate message, as indicated in the diagram below. There may be multiple messages for the one record. Print headings and column headings at the top of each page, allowing for 45 detail lines per page.
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.