Computer Science, asked by srinu192, 1 year ago

algorithm and flow chart of area of a rectangle

Answers

Answered by ArunBardhan
6

Answer: The algorithm is:

Begin the process.

Read the length and call it L.

Read the breadth and call it B.

Multiply L and B to find the AREA.

Display the AREA.

End the process.

The flowchart is:

1. Circle : Start

2. Parallelogram : Read L

3. Parallelogram : Read B

4. Rectangle: AREA = L × B

5. Parallelogram : Print AREA

6. Circle : Stop

Similar questions