131k views
4 votes
What can be written to perform a certain number of iterations or to iterate until a specific result is achieved?

1 Answer

7 votes

so in coding we use a thing called a loop to one of the most common loops is a if or loop this is when we tell the software to keep trying the task that is in the loop until it completes the task.

-scav

User Jamie Dunstan
by
4.6k points