Use a bubble sort to rearrange the following numbers into ascending order.
$$\begin{array} { l l l l l l l l }
13 & 16 & 10 & 11 & 4 & 12 & 6 & 7
\end{array}$$
State the number of comparisons and the number of swaps (exchanges) for each of the first three passes.