Computer Science, asked by basiljoemon0123, 9 months ago

write an algorithm to find the area of rectangle.

Answers

Answered by indranihazra8
3

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 rectangle..

please mark me as a BRAINLIST..

Answered by aaryanpaull
2
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 rectangle.
Similar questions