Your task is to modify the selection sort algorithm so that you find the largest element and swap it to the last position and find the smallest element and swap it to the first position. Your result will only place two array elements correctly