find the sum of two numbers...


<?php

$a=5;

$b=6;

$sum=$a+$b;

echo "sum="."\t"$sum;

?>


To run:-


Output:-




No comments:

Post a Comment

theengineerschoice01@gmail.com