The loop used when the user knows exactly how many times the loop has to be executed is
Answers
Answered by
1
Answer:
Explanation:
The "While" Loop
If we (or the computer) knows exactly how many times to execute a section of code (such as shuffling a deck of cards) we use a for loop.
Answered by
3
Answer:
The "While" Loop
If we (or the computer) knows exactly how many times to execute a section of code (such as shuffling a deck of cards) we use a for loop.
Similar questions