Write an expression that evaluates to true if and only if the value of the boolean variable workedOvertime is true.
LANGUAGE: JAVA
CHALLENGE:
Write an expression that evaluates to true if and only if the value of the boolean variable workedOvertime is true.
SOLUTION:
(workedOvertime == true)