Computer Science, asked by srinki318, 4 months ago

1.The ............. is a variable which is used to keep track of the number of repetitions in loop.

Flowchart

Counter

None of these

Answers

Answered by sakurayama
2

Answer:

Counter

Explanation:

With a for loop, we can tell the computer to repeat an instruction so that we don't need to repeat it in code. A counter variable is used throughout those parts. That variable keeps track of the current repetition, and is typically named i . The initialization part initializes the counter variable to a starting value.

Answered by BiGbRaIn001
0

Answer:

counter

MARK AS BRAINLIEST

Similar questions