Computer Science, asked by pk8246887, 7 months ago

What are loops? What is an iteration?

Answers

Answered by mercyyovel996101
6

Answer:

A loop repeats code until a certain condition is met. Each time the computer runs through a loop, it's referred to as an iteration. Many computer programs and programming languages use iterations to perform specific tasks, solve problems, and present solutions.

Answered by littleverma7408
2

Answer:

loop repeats code until a certain condition is met. Each time the computer runs through a loop, it's referred to as an iteration. Many computer programs and programming languages use iterations to perform specific tasks, solve problems, and present solutions.

Explanation:

.......... thanx

Similar questions