What are loops? What is an iteration?
Answers
Answered by
1
loop :-
In computer programming, a loop is a sequence of instruction s that is continually repeated until a certain condition is reached. Typically, a certain process is done, such as getting an item of data and changing it, and then some condition is checked such as whether a counter has reached a prescribed number.
Iteration :-
Iteration means repeating steps, or instructions , over and over again. This is often called a 'loop'. Algorithms consist of instructions that are carried out (performed) one after another.
Answered by
0
Answer:
Hope it help you
Have a good day
Mark me as brainliest
Flw me
Attachments:
Similar questions