Show Output
PHP Arithmetic Operators
"; echo($x - $y); echo "
"; echo($x * $y); echo "
"; echo($x / $y); echo "
"; echo($x % $y); ?>