1.

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

Answer»

ANSWER:

Hope this helps

Explanation:

Flowchart

start

input LENGTH , BREADTH

area = length * breadth

perimeter = 2*(length*breadth)

PRINT area, perimeter

stop



Discussion

No Comment Found