Lecture 7 Flowchart-1
Lecture 7 Flowchart-1
From the previous lecture, we learnt that there are many ways of
specifying an algorithm and these include pseudocodes and
flowcharts.
3
Flowchart symbols continued
5
Decision flow chart
6
Flowchart – Example 1
Write an algorithm, using pseudocode and a flowchart to inputs
two numbers and find sum of these numbers.
Flowchart – Example 2
Get street
Flowchart for the
If street is even Then program segment
Display Eastbound
Else
Display Westbound
End If
9
Flowchart – Exercise 1