Flow
Flow
Recapitulation
• Remember that an algorithm may be represented as pseudocode,
flowchart or narrative.
• In lesson 4 we learnt how to write a pseudocode. Today we will learn
how to draw a flow chart.
What is a flowchart?
• A flowchart is a diagrammatic or pictorial representation of the
solution to a problem.
Oval
Symbol Use in Flowchart
INPUT
Price
INPUT
Quantity
Total_Price=Price*
Quantity
PRINT
Total_Price
STOP
Activity 1
• Draw a flow chart that accepts 4 grades and print the average.