Construct a solution algorithm for the following programming problems. Your solution should contain:
• a defining diagram
• a pseudocode algorithm
• a desk check of the algorithm.
Design an algorithm that will process the weekly employee time cards for all the employees of an organisation. Each employee time card will have three data items: an employee number, an hourly wage rate and the number of hours worked during a given week. Each employee is to be paid time-and-a-half for all hours worked over 35. A tax amount of 15% of gross salary is to be deducted. The output to the screen should display the employee’s number and net pay. At the end of the run, display the total payroll amount and the average amount paid.
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.