Name the variable that controls and counts the iteration of a loop.
Answers
Answered by
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