Working overtime is defined as having worked more than 40 hours during the week. Given the variable hoursWorked, write an expression that evaluates to true if the employee worked overtime.

.
.
Click on the title for the solution
.
.

This is the answer:

:



hoursWorked>40

Comments