Question:

How can you tell whether an algorithm contains a loop?

by  |  earlier

0 LIKES UnLike

How can you tell whether an algorithm contains a loop?

 Tags:

   Report

1 ANSWERS


  1. Look for a decision point (e.g., IF ELSE statement) and then beyond that, see if there's another statement that loops you back (e.g., GO TO) to the original decision point.

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.