Q. What will be the output of the following PHP code ?
Code:
<?php
$n1 = 17;
$n2 = 19;
if ($n1 > $n2 + $n2 != 3)
print "Jitendra" ;
else
print "Majumdar";
?>
β
Correct Answer: (B)
Jitendra