When running a bubble sort against the following dataset of…

When running a bubble sort against the following dataset of integers:               6      2     9     4     1     3    From the start what will be the first four elements that are swapped (a single swap involves two elements)?