6. Flowchart of a computer programming
A flowchart is a type of diagram that represents an algorithm, workflow or process. Flowchart can also be defined as a diagramatic representation of an algorithm (step by step approach to solve a task). The flowchart shows the steps as boxes of various kinds, and their order by connecting the boxes with arrows. Symbols for flowchart : Basic structure of a flowchart : Some examples of Flowchart are given below : 1.Flowchart to add two numbers : 2. Flowchart to subtract two numbers : 3. Flowchart to print area of a square :