Computer Science, asked by manjulapandian, 5 months ago

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 mdf57171
1

Answer:

what is your question plz type clearly

Answered by mashmellow543
0

Explanation:

< ? php

$ x;

if ($x)

print “hi” ;

else

print “how are u”;

? >

mark me as brianlist and follow me pls

Similar questions