Computer Science, asked by sridharsiva02, 5 months ago

which loop is used when number of iterations is fixed and known​

Answers

Answered by lRockstarl
21

Answer:

For loop.

The for loop is probably the most common and well known type of loop in any programming language. For can be used to iterate through the elements of an array: For can also be used to perform a fixed number of iterations: By default the increment is one.

Answered by tanushreedas3000
2

Answer:

for loop

The for loop is probably the most common and well known type of loop in any programming language. For can be used to iterate through the elements of an array: For can also be used to perform a fixed number of iterations: By default the increment is one.

Similar questions