Computer Science, asked by juhaifahmedhaja, 1 year ago

Describe Iteration for creating programs?

Answers

Answered by KunalTheGreat
2
1) In computer programming, iterative is used to describe a situation in which a sequence of instructions can be executed multiple times. One pass through the sequence is called an iteration. If the sequence of instructions is executed repeatedly, it is called a loop, and we say that the computer iterates through the loop.
Answered by chandramohan2
1
Iteration, in the context of computer programming, is a process wherein a set of instructions or structures are repeated in a sequence a specified number of times or until a condition is met. When the first set of instructions is executed again, it is called an iteration.
Similar questions