True or False - It is best to use a for-each loop for indefinite iteration and a while loop for definite iteration.

False; it is best to use a for-each loop for definite iteration and a while loop for indefinite iteration.
  • False; it is best to use both a for-each loop and a while loop for indefinite iteration.
  • True.
  • False; it is best to use both a for-each loop and a while loop for indefinite iteration.

There are not hints for this question