Defintion of flowchart
Flowchart is a graphical or pictorial representation of an algorithm. Its a program design tool in which standard graphical symbols are used to represent the logical flow of data through a function.
Flowchart is a combination of symbols. They show start and end points, the order and sequence of actions, and how one part of a flowchart is connected to another.
The symbols and thier purpose in flowchart is given below.

Example:
Flowchart 1: Finding the area of traingle

Flowchart 2: Finding sum and average of given three numbers
