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) ;
Bookmarks