Run Code
Browser not compatible.
<?php
$a = 20; $b= 10; echo $a + $b;
?>