1.

Draw a flowchart to enter length and breadth of a rectangle. Calculate andarea of the rectangle if length is greater than breadth otherwise display the perimeterof the rectangle.PLS ITS MY EXSM TOMORROW...0LS DRAW IT ON A PG. CORRECTLY....​

Answer»

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.

  1. OVAL - Start/Stop
  2. PARALLELOGRAM - Input/Output
  3. RECTANGLE - Processing
  4. DIAMOND - Decision Box
  5. ARROW - Flow of Control System

I have attached the flowchart for your question along with this answer.

Hope it helps.



Discussion

No Comment Found