A flowchart is a program designing tool which is designed to show the processing logic of any program. It is a pictorial representation so it can be drawn on the paper only. It is free from any particular programming language. The processing logic shown by flowchart can be implemented in any programming language.
The symbols used in the flowchart are as follows.
Examples: –
1. Draw a flowchart to input two numbers and add them.
2. Draw flowchart to find the largest among three different numbers entered by the user.