Computer Science, asked by akashkanojiya4281, 29 days ago

In which situation a looping error will not occur?

Answers

Answered by JSP2008
15

Answer:

A for loop continues to run as long as the condition is true. The condition is checked before the loop is run, even the first time. It is possible to create a conditional expression that is false on the first check, and the body of the loop will never run.

Thank You Points !

Answered by dreamrob
1

The answer to the given question is as follow:

  • Until the condition inside the loop is false, the loop error will not occur. As soon as the loop begins to run, the condition inside the for loop is checked. The loop error will not occur if the condition is true.
  • The error of looping is defined as the creation of an endless loop in a network. If an activity is represented as going back in line, a loop can be formed.
  • Dangling is the act of disconnecting an activity before all of the activities in a network diagram have been completed.
Similar questions