Flowchart
Flowchart
Flowchart
Algorithm
Algorithm
Step 1: Start
Step 2: Declare variables a,b and c.
Step 3: Read variables a,b and c.
Step 4: If a > b
If a > c
Display a is the largest number.
Else
Display c is the largest number.
Else
If b > c
Display b is the largest number.
Else
Display c is the greatest number.
Step 5: Stop
“
Pseudocode
Pseudocode
Set of instructions that
mimic programming
language instructions
Pseudocode consists of
short, readable and
formally styled English
languages used for explain
an algorithm.
“
Flowchart
Flowchart
➢ A flowchart can be helpful for both writing programs and explaining the program to
others.Programmers often use it as a program-planning tool to solve a problem.
➢ Flowcharts use simple geometric shapes to depict processes and arrows to show
relationships and process/data flow.