FLOWCHART
Flowchart is a graphical representation of Algorithm steps or flow of any process. It is a sequential order of steps of any task. These steps is represent by the different boxes or symbols. The each symbols represent different functions.
The symbols used in flow chart are as follows:
- Terminal Box (Start/Stop Box)
- Process Box
- Input/Output Box
- Decision Box
Example 1. Flowchart to find sum of two numbers.
Example 2. Flowchart to find the greatest number.