Saved Bookmarks
| 1. |
Mention the syntax of for loop? Explain the synta |
|
Answer» Syntax of a For LoopThe initialization statement describes the starting point of the LOOP, where the loop variable is initialized with a starting value. A loop variable or counter is simply a variable that controls the FLOW of the loop. The test EXPRESSION is the condition until when the loop is repeated.Explanation:PLZ like my all ANSWERS |
|