DAY 2 PHP PROGRAMMING
http://php.flashwebhost.com/tom/day_2_variables_4.php
Code:<?php $numOfBoys = '20' ; $numOfGirls = '25' ; echo 'Total number of students = ' . ($numOfBoys+$numOfGirls) ;
DAY 2 PHP PROGRAMMING
http://php.flashwebhost.com/tom/day_2_variables_4.php
Code:<?php $numOfBoys = '20' ; $numOfGirls = '25' ; echo 'Total number of students = ' . ($numOfBoys+$numOfGirls) ;
Last edited by image; 05-09-2014 at 10:48 AM.
Bookmarks