write a flowchart and pseudocode :
Calculate and print out the area of a rectangle that its length and width (L and W) are given by the user. If L and W are equal, prints out 'the figure is a square'
Answers
Answered by
0
start,accept length and width,Area=length×width,
if lenght=width==>(yes) the figure is a square
====>(no) the figure is a square.
I have given U the steps u can refer to these and draw ur flowchart
thank you
Similar questions