Which looping process is best when the number of iterations is-03157
Which looping process is best, when the number of iterations is known?
This multiple choice question (MCQ) is related to the book/course vu cs201 Introduction to Programming. It can also be found in vu cs201 Mid Term - Quiz No.7.
Which looping process is best, when the number of iterations is known?
for
while
do-while
all looping processes require that the iterations be known