Computer Science, asked by ziyanaaz276, 4 months ago

a counter is a variable that keeps track of the number of times the loop is to be repeated. true or false​

Answers

Answered by user037
1

Answer:

True

Step by step Explanition:

A counter is used to control or keep track of the number of times a loop iterates. In a loop, the counter is usually incremented or decremented. if the counter variable is not properly initialized, it will not hold the correct number.

Hope it helped :) ✌️

Similar questions