Computer Science, asked by motu2705, 8 months ago

a) Name the loop which has fixed number of iterations.​

Answers

Answered by pandu8282
4

Explanation:

For-loops are typically used when the number of iterations is known before entering the loop. For-loops can be thought of as shorthands for while-loops which increment and test a loop variable.

Answered by imanmolpainuly
1

Answer:

for loop is the loop which has fixed

number of iteration

Similar questions