what are called loops
Answers
Answered by
0
That loops which loop line doesn't intersect other loop line
Answered by
0
Loop is considered to be a round trip on roller coaster ride.
It comes to the point where it started.
In coding terminology, Loop means iteration, it executes all the given commands in the loop in order only if the given condition is satisfied.
Loop has 3 parts basically,
1. Initialization,........
2. Condition, .......
3. Increment or decrement........
It comes to the point where it started.
In coding terminology, Loop means iteration, it executes all the given commands in the loop in order only if the given condition is satisfied.
Loop has 3 parts basically,
1. Initialization,........
2. Condition, .......
3. Increment or decrement........
Similar questions