Define looping? What do you mean by initialization and termination of loop
Answers
Answered by
30
Answer:
The initialization is an expression that initializes the loop — it's executed once at the beginning of the loop. The termination expression determines when to terminate the loop. When the expression evaluates to false , the loop terminates.
Explanation:
please follow and brainliest
Answered by
0
Answer:
The initialization is an expression that initializes the loop — it's executed once at the beginning of the loop. The termination expression determines when to terminate the loop. When the expression evaluates to false , the loop terminates.
Similar questions