1.

Name the expression that is used to initialize a loop variable​

Answer»

tion: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. ...



Discussion

No Comment Found