Write the correct output.

$x=10;

$y=20;

if ($x>$y&&1||1)

print “hi” ;

Write the correct output.

$x=10;

$y=20;

if ($x>$y&&1||1)

print “hi” ;

else

print “how are u”;

a) hai b) hi c) how are you d) how are u​

About the author
Liliana