Computer Science, asked by devisavitari48, 6 months ago

What is looping? Define for next loop with its syntax​

Answers

Answered by diptithaker81
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