Computer Science, asked by theworldofdrawing30, 2 months ago

Name the variable that controls and counts the iteration of a loop.​

Answers

Answered by Vanisher
4

Answer:

The variable 'count' is used to keep track how may times the iteration happened. The 'for statement is used to determine where the loop starts.

Similar questions