Question What is the difference between while and when?

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