Computer Science, asked by ashokkumaragarwal44, 11 months ago

Draw a flowchart to input length and breadth of a rectangle. Compute and print its
perimeter.

Answers

Answered by prashant12330
19

Explanation:

Algorithm :

START 

ACCEPT THE LENGTH OF RECTANGLE SAY L

ACCEPT THE BREADTH OF RECTANGLE SAY B

COMPUTE THE PERIMETER WITH THE HELP FORMULA P=2 * (L + B)

DISPLAY RESULT

STOP

The flowchart is explained.

Attachments:
Answered by aditya2000raj500
7

Answer:

step1: Input W.l

step2:A

Similar questions