Q7: Write and algorithm and draw a flowchart to a) read an employee name (NAME), overtime hours worked (OVERTIME), hours absent (ABSENT) and b) determine the bonus payment (PAYMENT) Bonus Schedule OVERTIME - (2/3)*ABSENT >50 hours >35 but ≤ 50 hours >25 but ≤ 35 hours >15 but ≤ 25 hours < 15 hours Use the flowgorithm software to solve the problem. Bonus Paid $80 $65 $45 $35 $9

icon
Related questions
Question
Q7: Write and algorithm and draw a flowchart to
a) read an employee name (NAME), overtime hours worked (OVERTIME), hours absent (ABSENT)
and
b) determine the bonus payment (PAYMENT)
Bonus Schedule
OVERTIME - (2/3)*ABSENT
>50 hours
>35 but ≤ 50 hours
>25 but ≤ 35 hours
>15 but ≤ 25 hours
< 15 hours
Use the flowgorithm software to solve the problem.
NOTE: Please use Flowgorithm software to solve this question not python. Thanks
Bonus Paid
$80
$65
$45
$35
$9
Transcribed Image Text:Q7: Write and algorithm and draw a flowchart to a) read an employee name (NAME), overtime hours worked (OVERTIME), hours absent (ABSENT) and b) determine the bonus payment (PAYMENT) Bonus Schedule OVERTIME - (2/3)*ABSENT >50 hours >35 but ≤ 50 hours >25 but ≤ 35 hours >15 but ≤ 25 hours < 15 hours Use the flowgorithm software to solve the problem. NOTE: Please use Flowgorithm software to solve this question not python. Thanks Bonus Paid $80 $65 $45 $35 $9
Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer