Computer Science, asked by pallabsirkar, 1 year ago

II. Answer the following questions:
1. What do you understand by iterative process? How can it be resolved
loop?
1.
with an example
JICE​

Answers

Answered by naman941
1

Explanation:

is time the statements or Block with in a loop is executed is known as an interaction the specified condition is generally referred to as a loop control

Answered by Anonymous
1

Iterative process

  • It is the repeated cycles/rounds of operations over a snippet to achieve the final desired result.
  • Sequential repetition of a piece of code.
  • For a Loop to occur it needs an intial value, a condition to get out of the iteration and a counter to keep it iterating till the condition is met.
  • Loops are classified as:
  1. while loop
  2. do-while
  3. for loop

Similar questions