Piet earns R20 per hour, if he works more than 30 hours then he receives an extra R8 per hour, will the following statement be correct or incorrect (only type in correct or incorrect at your answer space)If hoursworked > 30 then

Salary = salary + (hoursworked – 30) + 8

The correct statement would be:

If hoursworked > 30, then Salary = salary + (hoursworked - 30) * 8.