Create Other Software Diagrams examples like this template called Jackson - Structured Programming that you can easily edit and customize in minutes.
Jackson Structured Programming
Symbol
Meaning
is equal to
is not equal to
is less than
=
is less than or equal to
is greater than
=
is greater than or equal to
Sequence
Selection
Iteration
Entity
Action
condition = 1
condition = 2
Option B
(only happens
when condition = 2 is true)
Option A
when condition = 1 is true)
repeat x times
while y