Computer Science, asked by lilsa, 4 months ago

Make a flowchart to input length and breadth of a rectangle and calculate area and perimeter of a rectangle.​

Answers

Answered by manavpaul27
6

Answer:

Hope this helps

Explanation:

Flowchart

start

input length , breadth

area = length * breadth

perimeter = 2*(length*breadth)

print area, perimeter

stop

Attachments:
Similar questions