Home » C++ Programming » Loop Types » Question
  1. Which looping process is best used when the number of iterations is known?
    1. all looping processes require that the iterations be known
    2. do-while
    3. while
    4. for
    5. None of these
Correct Option: D

for



Your comments will be displayed only after manual approval.