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