Computer Science, asked by reumm, 6 months ago

4.7 Lesson Practice

A for loop is used to replace a ________ while loop.

Answers

Answered by vijetapandit04
3

counting like loop is the answer

Answered by sushmaa1912
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