Computer Science, asked by shanaz78605, 7 months ago

What will be the output of the following PHP code ?

<?

php$x;

if ($x == 0)

print “hi” ;

else

print “how are u”;

print “hello”

?>

a) how are uhello

b) hihello

c) hi

d) no output​

Answers

Answered by sharmakrishna15jan
0

Answer:

What will be the output of the following PHP code no output

Answered by parul291105
0

Answer:

Do this coding on notepad and save the coding on desktop as example procedure.html it will be saved and open the folder whatever name you have saved open it it will show you the output

Similar questions