Control Structures

Get Started. It's Free
or sign up with your email address
Control Structures by Mind Map: Control Structures

1. Selection

1.1. if

1.2. if-else

1.3. if-else if

1.4. Nested if-else

1.5. Switch Case

2. Iteration

2.1. for loop

2.2. while loop

2.3. do while loop

3. Jumping

3.1. break

3.2. continue

3.3. goto