Which looping process is best used when the number of iterations is known?
Posted: Wed Jul 13, 2022 7:51 pm
a) for
b) while
c) do-while
d) all looping processes require that the iterations be known
b) while
c) do-while
d) all looping processes require that the iterations be known