Question What is the difference between while and when?

Sana Bashir

Member
Joined
Apr 11, 2020
Messages
38
anyone can explain
What is the difference between while and when?
 
While refers to duration (during the time proceeding). When refer to specific time.
 
When refers to a time that a single action happened, but while refers to things that are occurring at the same time.
 
Both while and when are used when two things happen at the same time, but we tend to use while with two continuous actions and when with two single actions.
 
Back
Top