What is loop?

What is loop? Define Loop. Definition of Loop.
  • The repeating of the specific part of program for a specific time or until specific condition is meet is known as loop.
    • For example:
      • CLS
        FOR i = 1 TO 5
            PRINT i
        NEXT i
        END
    • Here, the program will continue repeating until the value of i = 5. i.e. it will continue for 5 loops. 

Share :

Twitter
Back To Top

facebook main

counter

Powered by Blogger.