Calculate the area of rectrangle using program

technical talkiess
0

 <?php

$length = 5;

$width = 10;

$rectrangle_area = $length * $width;

echo $rectrangle_area;

?> 


Tags

Post a Comment

0Comments

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

Post a Comment (0)