KnowledgeBoat Logo

Computer Applications

What do you understand by iterative process? How can it be resolved by using loop?

Java Iterative Stmts

204 Likes

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.

Answered By

127 Likes


Related Questions