You have already completed these exercises!
Do you want to take them again?
You completed the PHP If Operators Exercises from W3Schools.com
Share on:
Consider the following code:if ($x != 5) { echo "Hello";}What must the value of $x be to make the condition true?
if ($x != 5) { echo "Hello";}
$x
5
5 or larger
5 or less
not 5