This site is mobile accessible. Press the "Tap Here" button to use a different font-size.


Smartphone icons created by Freepik - Flaticon

Output Variables

9

<?php
// $x and $y values
$x = 5;
$y = 4;

// display the sum of $x and $y
echo $x + $y;
?>