Addition the two number in php

technical talkiess
0

Addition the two number in php 


<?php


$n1 = 40;

$n2 = 40 ;


echo $sum = $n1 + $n2;

?>

Post a Comment

0Comments

Thanks you for commenting your questions. I will see question and respond you.

Post a Comment (0)