Computer Science, asked by roshini49573, 2 months ago

write an algorithm and draw a flowchart to accept the length and breadth of a rectangle and check if it is a square.​

Answers

Answered by vaitheeswarivb2
2

Answer:

step 1:start

step 2:read the length and breadth

step 3:if length==breadth then, display "it is a square"

step 4:else, display "it is a rectangle "

step 5:stop

Similar questions