Flow Chart
Flow chart is a pictorial representation of step by step solution of a program.
Example: Draw a flow chart to find the sum of 2 numbers.
Advantages of Flow Chart
- Easy to understand.
- Concentrate on the logic of the problem.
- Provide effective help in debugging and maintaining a program.