http://php.flashwebhost.com/mini/study.php

Code:
<?php


$numoflilly = 50;
$numofjasmin =30;

echo 'Total number of flowers = '.($numoflilly+$numofjasmin);