Source Code:
(back to article)
<?php $number = 20; if ($number % 2 == 0) { print "It's even"; } ?>
Result:
Report an issue