A
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";
?>
$n1 = 17;
$n2 = 19;
if ($n1 > $n2 + $n2 != 3)
print "Jitendra" ;
else
print "Majumdar";
?>
- Correct Answer - Option(B)
- Views: 25
- Filed under category PHP
- Hashtags:
Discusssion
Login to discuss.