Construct a solution algorithm for the following programming problems. Your solution should contain:
• a defining diagram
• a list of control structures required
• a pseudocode algorithm
• a desk check of the algorithm.
An employee file contains records that show an employee’s number, name, job code and pay code. The job codes and pay codes are three-digit codes that refer to corresponding job descriptions and pay rates, as in the following tables:
Your program is to read the employee file, use the job code to retrieve the job description from the job table, use the pay code to retrieve the pay rate from the pay rate table, and print for each record the employee’s number, name, job description and pay rate. At the end of the report, print the total number of employees.
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.