Computer Science, asked by CMSIAN1234, 8 months ago

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 dikshaverma4you
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.

  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.

Attachments:
Similar questions