Which looping process is best used when the number of iterations is known mcq?
Answers
Answered by
23
Answer:for loop is the best process used when the number of iterations.
Hope it helps u.
Please mark me brainliest answer.
Answered by
4
For looping, this technique is the best loop to be used when the number of iterations is known.
- Since For loop is an encapsulated type of loop.
- It takes the start, stop, and steps as its argument to operate on.
- It will be much easier to operate with the for loop if the number of iterations is known.
- The other loops require pre-initialization and breakpoint the loop inside it or outside.
Similar questions