Computer Science, asked by Gurrie2378, 9 months ago

Write an algorithm to get the value of length and breadth of rectangle from the user and find its area

Answers

Answered by adiattaluri
5

Answer: The  algorithm will be of one reading step, a computation step and a printing step.

Explanation:

Step-1: Begin

Step-2: Read Length and Breadth of rectangle into L, B

Step-3: Compute Area of Rectangle as A = L * B

Step-4: Print Area of Rectangle as A

Step-5: End

Answered by ananyasathishkumar14
1

Answer: The algorithm will be of one reading step, a computation step, and a printing step.

Explanation:

Step-1: Begin

Step-2: Read Length and Breadth of the rectangle into L, B

Step-3: Compute Area of Rectangle as A = L * B

Step-4: Print Area of Rectangle as A

Step-5: End

please make me the brainiest

Similar questions