Computer Science, asked by senishita8726, 1 month ago

Write algorithm to find the perimeter of a study table

Answers

Answered by sardarpatel1924
4

Answer:

Algorithm:

Start

Accept the length of rectangle say L

Accept the breadth of rectangle say B

Compute the parimeter with the help of formula

P=2*(L+B)

Display result

Stop

The flow chart is explained in the image

Attachments:
Similar questions