How To Create A Flowchart
How To Create A Flowchart
a Flowchart.
What is a Flowchart?
A flowchart is a pictorial way of representing an
algorithm using a set of standard
symbols(shapes).
2
Flowchart
3
Flowcharts
4
Flowchart symbols
Information Technology for CSEC Examinations 3 rd Edition Howard
Campbell and Alan Wood
Just Click for the Caribbean 3 rd Edition Howard Lincoln, Alison Page Et
al.
https://press.rebus.community/programmingfundamentals/chapter/
flowcharts/#:~:text=A%20connector%20symbol%2C%20which
%20is,flowchart%20on%20a%20different%20page .
5
With a problem looked
at before
Let Us Create a
Flowchart
6
Problem -
Write a program accept the weights of
two people in pounds. It then
determines the total weight of the two
people. It then displays the Total Weight.
7
Problem -
Write a program accept the weights of two people
in pounds. It then determines the total weight of
the two people. It then displays the Total Weight.
8
When we are creating a
Flowchart we use the BODY of
the algorithm.
9
We then take each statement
from the BODY and use the
appropriate Shape.
10
Start
11
We then add a directional arrow.
Start
Read PerWeight1
Assignment #1
Problem #1-
Write a program that gets the length and the breadth of a room in feet. It then finds and displays the area
that needs to be carpeted.
23
Activities
Assignment #2
Problem #2-
Write a program to accept the ages of three people, determine and print the average age of the three
people.
24
THE END