Answer:
$25.00
Step-by-step explanation:
The variable $bonus will contain $25.00 because the if statement has the condition greater than or equals to for hourlyWage and less than or equals to for hoursWorked. Therefore the if condition evaluates to true since we are given in the question that;
$hourlyWage = 10.00 and $hoursWorked = 20
And the statement following the if is executed ignoring the else statement