What do you understand by iterative process? How can it be resolved by using loop?
Answers
Answered by
8
Answer:
Iterative process means repeating a set of actions a certain number of times to perform some task. Loops in programing languages like java enable us to repeat a single statement or a set of statement as long as the as the desired condition remains true.
Explanation:
Hope it help
Similar questions