Computer Science, asked by abhishek5799, 1 year ago

what do you mean by loop body?

Answers

Answered by thesmartlerner
1

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

Answered by BrainlyFIRE
0
hi mate ❤️❤️❤️❤️❤️

This holds the statement’s code or instruction; it is is executed with each loop cycle.
Similar questions