Computer Science, asked by ishanigau, 9 hours ago

Algorithm and Flowchart Write an algorithm and make a Flowchart to find perimeter and area of rectangle.

Answers

Answered by roysen1992
3

Explanation:

ALGORITHM :

1. START

2.READ L.B

3.Third Variable A and store L×B

4.Fourth Variable P and store 2*(L+B)

5.PRINT A

6.PRINT P

7.STOP

Attachments:
Similar questions