11/29/2024

Algorithm and flowchart to calculate perimeter of a rectangle

 Algorithm and flowchart to calculate perimeter of a rectangle

Algorithm:
Step 1 : Start
Step 2 : Input: Read the length (L) and breadth (B) of the rectangle.
Step 3 : Calculate Perimeter perimeter (P)= 2 * (L + B)
Step 4 : Output: Display the calculated perimeter.
Step 5 : End

Flowchart:




Devlop Algorithm and also draw flowchart for the following purposes.

Click the link below to see the answers. (All answers will be updated soon.)

<<<Algorithm and flowchart to input two numbers and find theirs average.>>>

<<<Algorithm and flowchart to calculate perimeter of a rectangle>>>

No comments:

Post a Comment