Computer Science, asked by sumitsaharan7084, 9 months ago

Write algorithm of area of rectangle

Answers

Answered by Hrgo
0

Answer:

Area of Triangle = 1/2*base*height  or 1/2*(base*height)

Explanation:

Answered by sushiladevi4418
2

Answer:

Algorithm of the area of a rectangle.

Explanation:

1) Declare three variables.

2) Take two numbers as input from the user.

3) Store it in a variable.

4) Apply the formula for the area.

5) Store and display result in another variable

Similar questions