Insert wage: Insert hours worked:
40) { $salary = 40 * $wage + ($hours - 40) * $wage * 1.5; } else { $salary = $hours * $wage; } echo $salary; }