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 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!” 

+ Answer
+ Report
Total Preview: 772

Copyright © 2024. Powered by Intellect Software Ltd