Which statement combines the initialization and checking steps fir counter in a single state mention
Answers
Answered by
1
Explanation:
for statement". For Loop combines the initialization and checking steps of counters in single statement. Initialization is done only in the start and once. Then the condition is evaluated and if the condition is satisfied.
Similar questions