Flowchart
is a diagrammatic representation of an algorithm. A flowchart is a type of diagram that represents an algorithm, workflow or process, showing the steps as boxes of various kinds, and their order by connecting them with arrows. This diagrammatic representation illustrates a solution model to a given problem. Flowcharts are used in analyzing, designing, documenting or managing a process or program in various fields. Flowchart are very
helpful in writing program and explaining program to others. Different symbols are used for different states in flowchart, For example: Input/Output and decision making has different symbols.
Example 1. Draw a flowchart to add two numbers entered by user.
Example 2. Draw a flowchart to find all the roots of a quadratic equation ax2+bx+c=0
Example 3. Draw a flowchart to find the Fibonacci series till term≤1000.
Visit My Blog: vinay-kumar-saini.blogspot.com/
![Flowchart to add two numbers in programming](https://cdn.programiz.com/sites/tutorial2program/files/flowchart-to-add-two-numbers.jpg)
Example 2. Draw a flowchart to find all the roots of a quadratic equation ax2+bx+c=0
![Flowchart of roots of quadratic equation](https://www.programiz.com/sites/tutorial2program/files/Flowchart-of-quadratic-equation.jpg)
Example 3. Draw a flowchart to find the Fibonacci series till term≤1000.
![Flowchart of Fibonacci sequence in programming](https://www.programiz.com/sites/tutorial2program/files/Flowchart-of-fibonacci-sequence.jpg)
Visit My Blog: vinay-kumar-saini.blogspot.com/