rectrangle calculate in php

technical talkiess
0

 <?php

$width = 10;

$height = 2;

echo rectrangleCalculate($width,$height);



function rectrangleCalculate($width,$height){

return ($width * $height);

}

?> 

Post a Comment

0Comments

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

Post a Comment (0)