asked 200k views
0 votes
1. In your own words, describe the purpose of a for a loop.

Now think of one website, app, or machine that you use that you think uses a for loop

asked
User Nagh
by
8.0k points

2 Answers

3 votes

Answer:

calc

Step-by-step explanation:

answered
User Markuscosinus
by
8.0k points
3 votes

A for loop is typically used in situations where the number of cycles for the loop is known before hand. One thing that uses for loops is video rendering software, it uses it to render each file and allocate each rendered file to its specified destination.

answered
User Yann Armelin
by
7.6k points

No related questions found