Computer Science, asked by ygaurav4977, 1 year ago

Write an algorithm to find the area of a square and perimeter of a rectangle.

Answers

Answered by h83
2

Answer:

area_of_square = 4a;

perimeter_rect = 2*(l+b);

area_rect = l* b;

Explanation:

does this answer satisfy your question??

Similar questions