What is looping? Define for next loop with its syntax
Answers
Answered by
0
Answer:
In computer science, a for-loop (or simply for loop) is a control flow statement for specifying iteration, which allows code to be executed repeatedly. ... The header often declares an explicit loop counter or loop variable, which allows the body to know which iteration is being executed.
Similar questions