Please enable JavaScript.
Coggle requires JavaScript to display documents.
Control Flow, Order of execution of statements in a program - Coggle…
Control Flow
Types
Selection Statements
If, If else, if else if else
-
-
-
-
Iteration Statements
-
Counter-controlled
Same as simple repititions, but the step size may differ
-
User located loops
Goto and labels, break, continue
-
-
-
-
-