<?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
0
Explanation:
Which code is this??
I didn't understand
Similar questions