7. 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
(c) error
(d) no output
(b) hi
Answers
Answered by
1
Answer:
what is your question plz type clearly
Answered by
0
Explanation:
< ? php
$ x;
if ($x)
print “hi” ;
else
print “how are u”;
? >
mark me as brianlist and follow me pls
Similar questions