About 38,500 results
Open links in new tab
  1. Loops in Programming - GeeksforGeeks

    Jul 23, 2025 · Loops, also known as iterative statements, are used when we need to execute a block of code repetitively. Loops in …

  2. LOOPING Definition & Meaning - Merriam-Webster

    Jun 26, 2026 · The meaning of LOOP is a curving or doubling of a line so as to form a closed or partly open curve within itself …

  3. Loop (statement) - Wikipedia

    Loops can be used to perform a repeated action on all items in a collection, or to implement a long lived program. Loops are a …

  4. Looping - Conceptual Data Modeling

    Jul 3, 2025 · Looping est un logiciel de modélisation conceptuelle de données entièrement gratuit et libre d'utilisation.

  5. Looping Algorithms Explained: The Basics, Types, and Real Code

    Jun 13, 2025 · One of the most essential and frequently used types of algorithms is the looping algorithm. This type of algorithm …

  6. Sprunke Looping the Rooms

    Sprunke Looping the Rooms is an online music creation game that blends looping beats, eerie room-based visuals, and creative …

  7. Python - Loop Lists - W3Schools

    Using a While Loop You can loop through the list items by using a while loop. Use the len() function to determine the length of the …

  8. Looping - Definition, Meaning & Synonyms | Vocabulary.com

    6 days ago · looping Other forms: loopings Definitions of looping noun (computer science) executing the same set of instructions a …

  9. What Is a Loop? - Computer Hope

    Sep 7, 2025 · Meaning of loops in programming, how loops work and how to break out of them, and discover examples of different …

  10. Review: Looping (article) - Khan Academy

    To save ourselves from writing all that code, we can use a loop. JavaScript has two kinds of loops, a while loop and a for loop. A …