Home php Calculate the area of rectrangle using program Calculate the area of rectrangle using program Author - persontechnical talkiess August 30, 2022 0 share <?php$length = 5;$width = 10;$rectrangle_area = $length * $width;echo $rectrangle_area;?> Tags php Facebook Twitter Whatsapp Newer Older
Thanks you for commenting your questions. I will see question and respond you.