Flow Control Structures
« Previous Next »Flow Control Structures
* Flow control is the order in which statements are executed.
* There are four control structures.
1.Sequence Control 2.Selection Control Also referred to as branching (if and if-else) 3.Repetition Control (loops)
Sequence Control

Selection Control (branching)
Repetition Control (loops)
Flowchart for ProcessingCredit Orders
flow chart to cross the road
correct key from a bunch keys to open the door.