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
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
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:
- while loop
- do-while
- for loop
Similar questions