What’s wrong here? This program works but the logic is wrong. The program is supposed to allocate a 100.00 bonus to those who work more than 40 hours, a 50.00 bonus to those who work more than 20 (except those who qualify for a 100.00 bonus), and a 25.00 bonus for everyone else. But there is an error in the code logic which means that anyone who works more than 20 hours gets a 25.00 bonus, even if they worked more than 40 hours.
<html>
<head>
<title>Wage Report</title>
</head>
<body>
<h1>WAGE REPORT</h1>
<?php
$hourlyWage = 10.75;
$hoursWorked = 22;
$wage = $hourlyWage * $hoursWorked;
if ($hoursWorked < 40)
$bonus = 100.00;
if ($hoursWorked < 20)
$bonus = 50.00;
else
$bonus = 25.00;
print(“<p>Your hourly wage is $ $hourlyWage and you worked
$hoursWorked hours.</p>”);
print(“<p>Your wages are $ $wage.</p>”);
print(“<p>Your bonus is $ $bonus.</p>”);
?>
</body>
</html>
Delivering a high-quality product at a reasonable price is not enough anymore.
That’s why we have developed 5 beneficial guarantees that will make your experience with our service enjoyable, easy, and safe.
You have to be 100% sure of the quality of your product to give a money-back guarantee. This describes us perfectly. Make sure that this guarantee is totally transparent.
Read moreEach paper is composed from scratch, according to your instructions. It is then checked by our plagiarism-detection software. There is no gap where plagiarism could squeeze in.
Read moreThanks to our free revisions, there is no way for you to be unsatisfied. We will work on your paper until you are completely happy with the result.
Read moreYour email is safe, as we store it according to international data protection rules. Your bank details are secure, as we use only reliable payment systems.
Read moreBy sending us your money, you buy the service we provide. Check out our terms and conditions if you prefer business talks to be laid out in official language.
Read more