Represent the logic of a program that allows the user the decide if an employee is eligible for overtime pay. If the employee is hourly, then output "Eligible for overtime," and if the employee is salaried, then output "Not eligible for overtime."

Respuesta :

Using the knowledge in computer language in python it is possible to write a code that relates the hours of paid work of an employee

writing the code in python

Overtime pay

Input pay, rate

If rate =="Hourly" then

 print "Eligible for overtime"

Else if rate =="Monthly" then

 print "Not eligible for overtime"

See more about python at brainly.com/question/2467366

#SPJ1

Ver imagen lhmarianateixeira