This loop is basically used when the number of iterations is exactly known to you. Full Marks :
1.For
2.while
3. do-while
4. None of these
Answers
Answered by
1
Answer:
1. for
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
2
Answer:
for
Explanation:
For-loops are typically used when the number of iterations is known before entering the loop. For-loops can be thought of as shorthand's for while-loops which increment and test a loop variable
Similar questions