Question: <?php
$vak=453;
$_POST [‘guess’]=442
if ($_POST[‘guess’]==$vak){
echo ”Congratulations!“;
} elseif (300-$vak) <10) {
echo” You’re getting close!“;
} else {
echo “Sorry!“;
}
?>
Which of the following is correct?
A
B
C
D
The program segment does not work
B
This will work and print “Congratulations”
C
This will work and print “Sorry”
D
This will work and print “You’re getting close!”
Note: Not available