📄️ While Loop
Repeat until a condition is false.
📄️ For Loop
Repeat for specific number of times.
Loops are a programming concept for repeating a process under some mechanism. Imagine you want to write the numbers from 1 to 100. Doing it manually would be insane!
Repeat until a condition is false.
Repeat for specific number of times.