Flowchart

Flowchart:

The diagrammatic depiction of an algorithm is a flowchart. A flowchart uses visual symbols. The direction of a process' flow, pertinent operations and computations, decision points, and other information that is necessary to the solution are all indicated by a flowchart.

Symbols used in flowcharts:

Examples of Flowchart:
1)Draw a flowchart to find the largest number between two number.



 2)Draw a flowchart to display 1,2,4,8,........k.




Comments