Area of Rectangle Flowchart

Flowgorithm flowchart that reads the length and the width of the rectangle, calculates its area, and displays it to the console window.

Input:

  • Length of the rectangle = length
  • Width of the rectangle = width

Formula

The Formula to calculate the area is as follows:

area = length* width