Computer Science, asked by ANGELINSHAJI, 10 months ago

Explain for loop in Coding​

Answers

Answered by Anonymous
2

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. Various keywords are used to specify this statement: descendants of ALGOL use "for", while descendants of Fortran use "do".

Explanation:

Similar questions