Computer Science, asked by pradeepkalpanasingh, 5 months ago

write an algorithm to find the perimeter of rectangle and draw the flow chart also

Answers

Answered by Sreelakshmimanoj200
1

Answer:

Explanation:

Algorithm :

START

ACCEPT THE LENGTH OF RECTANGLE SAY L

ACCEPT THE BREADTH OF RECTANGLE SAY B

COMPUTE THE PERIMETER WITH THE HELP FORMULA P=2 * (L + B)

DISPLAY RESULT

STOP

sorry, unable to upload flow chart

Similar questions