Name the expression that is used to initialize a loop variable
Answers
Answered by
5
Explanation:
The initialization is an expression that initializes the loop — it's executed once at the beginning of the loop. The scope of this variable extends from its declaration to the end of the block governed by the for statement so it can be used in the termination and increment expressions as well. ...
Answered by
0
Answer:
The initialization is an expression that initializes the loop — it's executed once at the beginning of the loop. The scope of this variable extends from its declaration to the end of the block governed by the for statement so it can be used in the termination and increment expressions as well
please make me Brainliest
Similar questions