Please enable JavaScript.
Coggle requires JavaScript to display documents.
CONTROL STRUCTURE - Coggle Diagram
CONTROL STRUCTURE
REPETITION
-
-
-
for loop
-
simple, easy to understand
-
SELECTION
-
switch: multiple selection, choose one only
-
-
IF selection
-
if true, will execute, if false, it will ignore the statement.
-