137k views
4 votes
A factory divides its workers into three skill levels. Unskilled workers receive L.E. 8.15 per hour, semiskilled workers receive L.E. 12.55 an hour,

and skilled workers L.E. 18.60 an hour. Draw a flowchart to calculate a worker's weekly pay. Your flowchart input should consist of the hours
worked and a skill level indicator.

User Matewilk
by
7.2k points

1 Answer

4 votes

Final answer:

To calculate a worker's weekly pay based on skill level and hours worked, you can use a flowchart that includes inputs for hours worked and skill level, calculations for pay rate and weekly pay, and an output for the weekly pay.

Step-by-step explanation:

To calculate a worker's weekly pay based on skill level and hours worked, you can use a flowchart. Here is an example of a flowchart that you can use:





Let's break down the flowchart:

  1. Start: Begin the flowchart.
  2. Input Hours Worked: Enter the number of hours worked by the worker.
  3. Input Skill Level: Enter the skill level of the worker (unskilled, semiskilled, or skilled).
  4. Calculate Pay Rate: Based on the skill level, determine the corresponding pay rate per hour.
  5. Calculate Weekly Pay: Multiply the hours worked by the pay rate to calculate the weekly pay.
  6. Output Weekly Pay: Display the calculated weekly pay.
  7. End: End the flowchart.

By following the flowchart, you can input the hours worked and skill level of a worker and obtain their weekly pay based on the provided pay rates.

User Crafter
by
7.8k points