141k views
5 votes
algorithm to calculate area of rectanglealgorithm to calculate area of rectangle and flowchart of class 6 ​

1 Answer

3 votes
Define the width of the rectangle.
Define the Height of the rectangle.
Define Area of the rectangle.
Calculate the area of the rectangle by multiplying the width and height of the rectangle.
Assign the area of the rectangle to the area variable.
print the area of the rectangle.
User Robbert Van Elk
by
3.5k points