Computer Science, asked by Divya1058, 5 months ago

Write an algorithm to read length and breadth of a rectangle and calculate the area of rectangle

Answers

Answered by AkhlasHashmi
7

Answer:

STEP 1: Start

STEP 2: Input Length and Breadth of the rectangle

STEP 3: Area or Rectangle = Length x Breadth

STEP 4: Print Area

STEP 5: End

Similar questions