">
<?php$Color1 = "YELLOW";$Color2 = "GREEN";print($Color1==$Color2);?>
Since we are equating two unequal strings we do not get any output.
Previous Question Next Question
Your comments will be displayed only after manual approval.