Computer Science, asked by aashish009sharma, 8 hours ago

What are loops? What is an iteration?​

Answers

Answered by llDiplomaticGuyll
1

{ \huge{ \color{lime}{ \cal{ \fcolorbox{orange}{navy}{Aηsωεr}}}}} \:\huge \blue \downarrow

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 kajalshrivastava0854
0

Answer:

Hope it help you

Have a good day

Mark me as brainliest

Flw me

Attachments:
Similar questions