Computer Science, asked by thesilentpoet, 1 year ago

Is for loop is a count controlled loop?​

Answers

Answered by subharathi76
0

A count-controlled repetition will exit after running a certain number of times. The count is kept in a variable called an index or counter. When the index reaches a certain value (the loop bound) the loop will end.


subharathi76: hope it is helpfull
thesilentpoet: No it can't I have already read this from google!!!
thesilentpoet: I want the examples of count controlled loops??
subharathi76: Example: A while loop is an example of counter controlled loop
Similar questions