Computer Science, asked by meenuguptamzp22, 9 months ago

differentiate between counters and loops?​

Answers

Answered by goswamiayush905
0

Answer:

A counter (or For) loop is a controlled loop. An uncontrolled loop would be one that had no exit condition, or an exist condition that couldn't be met.

Explanation:

Similar questions