Computer Science, asked by sukantimaitry, 4 months ago

Define looping? What do you mean by initialization and termination of loop​

Answers

Answered by shubhamraj57698
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 Rangarao333
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