Please enable JavaScript.
Coggle requires JavaScript to display documents.
Control Structures (Repetition (while, do...while, for), Selection…
Control Structures
Sequence
Selection (Condition)
If
Boolean condition
Switch
Value condition
With breaks
Without breaks
Repetition
while
do...while
for
Transfer
break
break the current control structure
with lable
without lable
continue
skip the current iteration
with lable
without lable