4.7 Lesson Practice
A for loop is used to replace a ________ while loop.
Answers
Answered by
3
counting like loop is the answer
Answered by
1
The for circle is more mind boggling, but at the same time it's the most generally utilized circle.
Explanation:
- We use circles to rehash a part of code.
- The for circle is more mind boggling, but at the same time it's the most generally utilized circle.
- For-circles can be considered as shorthands for while-circles which augmentation and test a circle variable.
- A Loop is a square of code that is executed over and again up to a condition is fulfilled.
- Loops are very useful where repeated lops are required.
Similar questions