Computer Science, asked by shettybalakrishna069, 7 months ago

<?php
$x = 10;
$y = $x;
if($x == $y)
echo("Equal")
elseif($x > $y
echo("Greater
else
echo("Less");
?>What is the output for following code​

Answers

Answered by sritanvi86
0

Explanation:

Which code is this??

I didn't understand

Similar questions