Computer Science, asked by bc925, 8 months ago

Write an algorithm and draw a flowchart to find the area of a rectangle.

Answers

Answered by shahinbarzanii
9

Answer:

Explanation:

Write an algorithm and draw a flowchart to enter the length and width of any room then check if length and width are equal find area and circumference of the square room. Otherwise, find the area and circumference of the rectangle room.

Answered by jahanvi567
16

Algorithm to find area of a rectangle is

Step 1: Start

Step 2: Input length and breadth

Step 3: area = length * breadth

Step 4: print area

Step 5: stop

Please refer the attachment for the flowchart.

#SPJ3

Attachments:
Similar questions