Computer Science, asked by Noimin, 1 month ago

Write an algorithm that will read the two sides of a rectangle and calculate its area.
no spam please

Answers

Answered by dhanamvijay2002
2

Algorithm :

* Declare two variables for length and breadth.

* Get values and assign to them.

* Then multiply the given values (Area of rectangle = b*h).

* Then print the area of rectangle.

Similar questions