What will be the output of the following PHP code ?
<?
php
$x = 10;
$y = 20;
if ($x > $y + $y != 3)
print “hi” ;
else
print “how are u”;
?>
a) how are u
b) hi
c) error
d) no output
Answers
Answered by
0
Answer:
and I am fine please put the Branisit
Attachments:
Similar questions