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.
The ACME Oil and Gas Company needs a personnel salary report for its employees, showing their expected salary increase for the next year. Each record contains the employee’s number, name, gross salary, peer performance rating and supervisor performance rating. The percentage increase in salary to be applied to the gross salary is based on two factors: the peer performance rating and the supervisor performance rating, as specified in the following two-dimensional array:
Your program is to retrieve the percentage increase in salary, using the peer performance rating and the supervisor performance rating as indexes to look up the salary increase percentage table. Then calculate the new salary by applying the percentage increase to the gross salary figure. For each employee, print the employee’s number, name, this year’s gross salary and next year’s gross salary. At the end of the report, print the two total gross salary figures.
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.