Loading...
「ツール」は右上に移動しました。
利用したサーバー: wtserver1
14515いいね 362,551 views回再生

Difference Between For Loop & While Loop | Learn in 60 Seconds! #loop #forloop #whileloop #coding

Understanding Loops: For Loop vs While Loop

Let's start with A Dosa Story

My brother and I went out for dosa one evening.
He confidently ordered 3 dosas upfront, knowing exactly how many he wanted.
I, on the other hand, ordered one at a time, eating and then deciding if I wanted another — until I, too, stopped at 3.

Now, let’s map this to coding logic:
➡️ My brother is a For Loop.
He knew the count already and repeated the action (eating dosa) for a set number of times.
It was structured, controlled, and predictable.

➡️ I represent a While Loop.
I didn’t decide the limit at the beginning. I kept going while I was hungry — the stopping condition was dynamic.
The process depended on checking a condition after each round (each dosa).

This simple dosa experience perfectly illustrates the key difference:
🔹 For Loop: Used when you know in advance how many times to repeat.
🔹 While Loop: Used when repetition depends on a condition being true.

Both loops are essential, just like both of us needed 3 dosas — but the approach was different!

Programming concepts become easier when we relate them to real-life stories.
This is how we teach at Error Makes Clever — through logic, simplicity, and everyday analogies.

💡 Follow us for more relatable coding concepts and tech insights!To know more watch the full video & Stay tuned here for the tech insights

Follow us on Instagram : https://www.instagram.com/errormakesc...

Follow us on linkedin :   / errormakesclever  

Follow us on facebook :   / errormakesclever  

Subscribe :    / @errormakesclever  

Website: https://www.errormakesclever.com/
#coding #forloop #whileloop #loop #code

コメント