Initialization is part of any loop
Answers
Answered by
3
True
The initialization is an expression that initializes the loop — it's executed once at the beginning of the loop. ... When the expression evaluates to false , the loop terminates. Finally, increment is an expression that gets invoked after each iteration through the loop.
I hope my answer helps you....✌
Answered by
4
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.
PLEASE FOLLOW ME✌✌
Similar questions