Computer Science, asked by allyssadacles8, 7 months ago

write the Pseucode of finding area and perimeter of rectangle​

Answers

Answered by pds39937
1

Explanation:

Logic to find perimeter and area of a rectangle

Input length and width of rectangle from user. ...

Apply formula to calculate rectangle perimeter i.e. perimeter = 2 * (length + width) .

Apply formula to calculate rectangle area i.e. area = length * width .

Finally, print the value of perimeter and area .

Answered by sadhna1201
0

Answer:

Area= length x breadth

Perimeter = 2 (length x breadth)

Please mark me as brainliest and follow me for more answers like this

Similar questions