Draw a flowchart to enter length and breadth of a rectangle. Calculate and
area of the rectangle if length is greater than breadth otherwise display the perimeter
of the rectangle.
PLS ITS MY EXSM TOMORROW...
0LS DRAW IT ON A PG. CORRECTLY....
Answers
Answered by
14
FLOWCHARTS
-> A Flowchart is a pictorial representation of step by step solution of a problem.
In coding languages like C++, flowcharts are used for solving an algorithm.
There are different figures used in flowcharts which have their own meaning/purposes to carry out the procedure.
Let us discuss the purposes of these figures first.
- OVAL - Start/Stop
- PARALLELOGRAM - Input/Output
- RECTANGLE - Processing
- DIAMOND - Decision Box
- ARROW - Flow of Control System
I have attached the flowchart for your question along with this answer.
Hope it helps.
Attachments:
Similar questions