Get premium membership and access questions with answers, video lessons as well as revision papers.

Under what circumstances will one choose the FOR loop instead of WHILE loop?

      

Give circumstances under which one will choose the FOR loop instead of WHILE loop.

  

Answers


Maurice
(i) FOR loop is chosen over WHILE loop when the number of repetitions are known in advance.

(ii) This is when the number of repetitions is not known in advance.

(iii) When no operations should be done if the condition is not met.
maurice.mutuku answered the question on April 21, 2018 at 12:33


Next: What are the characteristics of a FOR loop?
Previous: What is a system?

View More Computer Studies Questions and Answers | Return to Questions Index


Learn High School English on YouTube

Related Questions