Control Flow Diagrams
Flow charts:
originally used only
for specification and
documentation
later, executable
flow charts were
developed.
Read n
product = 1
N
n > 1
Y
Print
product
product *= n
n--