Please enable JavaScript.
Coggle requires JavaScript to display documents.
Programming concepts - Coggle Diagram
Programming concepts
Loops
CORE idea
Do something again and again
But how many times
When will we stop
Two types
For loop
While loop
Do something while a condition is true
Conditionals
Used to take decisions
Like the fork in the road
If (you listen carefully )
You will understand it
Else you won't
What if there are more than two ways
If
Condition 1
Else if
Condition 2
Else