Computer Science, asked by anshulanvi0, 5 months ago

What we need when we use a loop?

Counter

Variable

Both a and b

None of these

Answers

Answered by zack1706
1

Explanation:

The purpose of loops is to repeat the same, or similar, code a number of times. This number of times could be specified to a certain number, or the number of times could be dictated by a certain condition being met

counter and variable need to be add while using a loop

Similar questions