<?php
$x = 1; //variable x holds 1
$y = 7; //variable y holds 7
$res = $x + $y; //variable res holds the addition of x and y
echo $res; //printing the result
?>
Subscribe to:
Post Comments (Atom)
All rights reserved||Using Deluxe Template By Klodian
No comments:
Post a Comment