A flowchart is a pictorial representation of algorithms, workflow or process. Programmers often use it as program planning tool for visually organizing a sequence of steps to solve a problem.
BASIC FLOWCHART SYMBOLS:-
Example:-
Flowchart to find the larger in given two numbers.
Flowchart to find largest in the three numbers.
Flowchart to find area of a circle.
Flowchart to check positive or negative number.
Flowchart to check even or odd number.
Flowchart to check prime number.
Flowchart to check if a triangle is possible (with the given angles).
Flowchart to check time and display "GOOD MORNING".
0 Comments