You are given an unsorted array below. Perform the first thr…

You are given an unsorted array below. Perform the first three iterations of the Selection Sort algorithm. Array:    9    7    8    2    1    4    6 Use this template for your answer (please type fully – you cannot copy): Iteration 1: [array after first iteration – 7 numbers space-separated] Iteration 2: [array after second iteration – 7 numbers space-separated] Iteration 3: [array after third iteration – 7 numbers space-separated]