what do you understand by interactive process how can be it resolved by using loop
Answers
Answered by
1
Answer:
Iterative process means repeating a set of actions a certain number of times to perform some task. Loops in programming languages like Java enable us to repeat a single statement or a set of statements as long as the desired condition remains true.
Similar questions