1. It will compare two adjacent elements, if second element is smaller than the first then it will swap them, if we wanted to sort an array in an ascending order.2. It will continue the above process of comparing pares, from the first pare to the last pair, at its first iteration ...