🍃 Swift Loops

Loops are used to repeat a block of code multiple times based on a condition or a sequence.

🌀 for-in Loop

Output will appear here...

🔄 while Loop

Output will appear here...
💡 Tip: Use break to stop a loop early and continue to skip the rest of the current iteration.