Structured Flowcharting:: A Flowchart Is A Graphical Representation of An Algorithm
Structured Flowcharting:: A Flowchart Is A Graphical Representation of An Algorithm
Process
Decision
Collector / Connector
Logical OR
Logical Summing
Structures:
Sequence:
if/else:
true
while loop:
false
do while:
true
false
false
for loop:
true
false
true
case/switch:
true
false
true
false
true
false
true
false