Computer Science, asked by muskan123kattel, 1 month ago

Write the algorithm and followchart to find out the area and perimeter of the rectangle

Answers

Answered by manishgodara7851
2

Answer:

Algorithm

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 rectangl

Answered by Nonijain102
0

Answer:

Area of Rectangle = Length * Breadth

Perimeter of Rectangle = 2[Length + Breadth]

Similar questions